
video[poster]{
    object-fit: cover;
  }

.vjs-poster {
background-size: cover;
background-position: inherit;
}

.vjs-theme-sea .vjs-big-play-button {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: rgba(255, 255, 255, 0.2);
  border: 7px solid rgb(255, 255, 255);
  line-height: 65px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin: -51.5px auto 0 -39.5px;
  font-size: 5em;
}
.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 {
  color: rgb(255, 255, 255);
}
.vjs-theme-sea .vjs-big-play-button:focus, 
.vjs-theme-sea:hover .vjs-big-play-button {
  background-color: rgb(255, 255, 255);
  border: 7px solid rgb(255, 255, 255);
}
.vjs-theme-sea .vjs-big-play-button:focus .vjs-icon-placeholder:before, 
.vjs-theme-sea:hover .vjs-big-play-button .vjs-icon-placeholder:before {
  color: rgb(0, 0, 0);
}
.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: #fff;
}
.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: #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;
}