.playerVideoamp {
  height: 90vh !important;
  width: 100% !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vjs-default-skin .vjs-big-play-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  left: initial;
  top: initial;
  border: 2px solid #ffffff;
}
.vjs-default-skin .vjs-big-play-button:before {
  left: initial;
  width: initial;
  height: initial;
  color: white;
}
.vjs-default-skin:hover .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.45);
  border-color: white;
}
.playerVideoamp [poster=""] {
  
}
.video-js .vjs-tech {
  border-radius: 6px;
}
.vjs-default-skin .vjs-big-play-button {
  font-size: 2em;
}