
video[poster]{
    object-fit: cover;
  }

.vjs-poster {
background-size: cover;

}

.vjs-theme-sea .vjs-big-play-button {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: rgb(0 0 0 / 50%);
  border: 1px solid rgb(255, 255, 255);
  line-height: 50px;
  top: 50%;
  left: 50%;
  border-radius: 0;
  margin: 0 auto 0 -100px;
  font-size: 3em;
  transition: 0.3s;
}

.vjs-big-play-button:after {
  position: absolute;
  top: 0;
  left: 50px;
  margin-top: -1px;
  margin-left: -1px;
  width: 150px;
  height: 50px;
  background-color: rgb(0 0 0 / 50%);
  border: 1px solid rgb(255, 255, 255);
  border-left: 0;
  content: 'PLAY VIDEO';
  font-family: 'Stilson', sans-serif;
  font-size: 24px;
  transition: 0.3s;
}

.vjs-theme-sea .vjs-big-play-button .vjs-icon-placeholder:before, 
.vjs-theme-sea .vjs-play-control .vjs-icon-placeholder:before, 
.vjs-icon-play:before {
}
.vjs-theme-sea .vjs-big-play-button:focus, 
.vjs-theme-sea:hover .vjs-big-play-button {
  background-color: rgb(0 0 0 / 50%);
}
.vjs-theme-sea .vjs-big-play-button:focus .vjs-icon-placeholder:before, 
.vjs-theme-sea:hover .vjs-big-play-button .vjs-icon-placeholder:before {
  background-color: white;
  color: #333;
}
.vjs-theme-sea .vjs-control-bar {
  height: 4em;
  background-color: hsla(0, 0%, 100%, 0.4);
}
.vjs-theme-sea .vjs-button:hover {
  color: rgb(255, 255, 255);
  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(56, 56, 56, 0.8);
}
.vjs-theme-sea .vjs-progress-control .vjs-play-progress:before {
  display: none;
}
.vjs-theme-sea .vjs-progress-control .vjs-slider {
  background-color: rgba(56, 56, 56, 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: #fff;
  color: #fff;
}
.vjs-theme-sea .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #fff;
}

.vjs-playback-rate .vjs-playback-rate-value {
    line-height:2.5;
}


@media screen and (max-width: 991px) {
  .vjs-theme-sea .vjs-big-play-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -5px auto 0 -80px;
    font-size: 2em;
  }
  .vjs-big-play-button:after {
    left: 40px;
    width: 130px;
    height: 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .vjs-theme-sea .vjs-big-play-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -5px auto 0 -70px;
    font-size: 2em;
  }
  .vjs-big-play-button:after {
    left: 30px;
    width: 120px;
    height: 30px;
    font-size: 18px;
  }
}
