
video[poster]{
    object-fit: cover;
    
  }

.vjs-poster {
background-size: cover;
background-position: inherit;
}

.vjs-poster:after{
  content:'';
  display:block;
  position:absolute;
  top:0%;
  left:0%;
  right:0%;
  bottom:0%;
  z-index: 0;
  background-color:#000;
  opacity:.4;

}

.video-js.vjs-fluid{
  background-color:transparent!important;
  -webkit-box-shadow: 5px 5px 15px 5px #D3D3D3; 
box-shadow: 5px 5px 15px 5px #D3D3D3;
}

.vjs-theme-sea .vjs-big-play-button {
  width: 103px;
  height: 103px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: hsla(0, 0%, 100%, 0);
  border: 10px solid rgba(255, 255, 255,1);
  line-height: 83px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin: -51.5px auto 0 -39.5px;
}

.video-js .vjs-big-play-button {
  font-size:6em;
}

.vjs-theme-sea .vjs-control-bar {
  height: 4em;
  background-color: hsla(0, 0%, 100%, 0.4);
}
.vjs-theme-sea .vjs-button:hover {
  color: #255497;
  background: linear-gradient(0deg, #d0ddee, #fff);
}
.vjs-theme-sea .vjs-button > .vjs-icon-placeholder:before {
  line-height: 2.2;
}
.vjs-theme-sea .vjs-time-control {
  line-height: 4em;
}
.vjs-theme-sea .vjs-picture-in-picture-control,
.vjs-theme-sea .vjs-volume-panel {
  display: flex;
}
.vjs-theme-sea .vjs-progress-control .vjs-play-progress {
  background-color: rgba(37, 84, 151, .7);
}
.vjs-theme-sea .vjs-progress-control .vjs-play-progress:before {
  display: none;
}
.vjs-theme-sea .vjs-progress-control .vjs-slider {
  background-color: rgba(65, 118, 188, 0.1);
}
.vjs-theme-sea .vjs-progress-control .vjs-load-progress div {
  background: hsla(0, 2%, 61%, 0.5);
}
.vjs-theme-sea .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 100%;
}
.vjs-theme-sea .vjs-progress-control .vjs-time-tooltip {
  background-color: rgba(86, 49, 180, 0.5);
  color: #fff;
}
.vjs-theme-sea .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #4176bc;
}

.vjs-playback-rate .vjs-playback-rate-value {
    line-height:2.5;
}

@media only screen  and (max-width:767px){
  .vjs-theme-sea .vjs-big-play-button {
    width: 83px;
    height: 83px;
    border: 6px solid rgba(255, 255, 255,1);
    line-height: 73px;
    margin: -31.5px auto 0 -31.5px;
  }
}

@media only screen  and (max-width:479px){
  .vjs-theme-sea .vjs-big-play-button {
    width: 63px;
    height: 63px;
    border: 3px solid rgba(255, 255, 255,1);
    line-height: 58px;
    margin: -31.5px auto 0 -31.5px;
  }

  .video-js .vjs-big-play-button {
    font-size: 4em;
  }
}