body {
  margin: 0;
}

.video-js {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control-bar {
  background-color: rgb(255 255 255 / 0%);
}

.video-js .vjs-volume-panel {
  display: none;
}

@media (max-width:250px) {
  .video-js .vjs-picture-in-picture-control {
    display: none;
  }
}

@media (max-width:250px) {
  .video-js .vjs-time-control {
    display: none;
  }
}

.vjs-theme-forest {
  --vjs-theme-forest--primary: #de107d;
  --vjs-theme-forest--secondary: #fff;
}

.vjs-theme-forest.vjs-big-play-button:focus, .vjs-theme-forest:hover .vjs-big-play-button {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E");
  background-color: #0000005e;
}

.vjs-theme-forest .vjs-big-play-button {
  background-color: #0000005e;
  border-radius: 2000px;
  box-shadow: black 0 0 100px;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 1.3em;
  visibility: visible;
}

.video-js .vjs-time-control {
  font-size: 1.3em;
  line-height: 2.3em;
}

.vjs-theme-forest .vjs-play-control {
  font-size: 0.9em;
  margin-left: 10px;
}

.video-js[tabindex="-1"] {
  outline: none;
  overflow: hidden;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
	transform: translateY(-50%);
    top: 50%;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) > video {
    height: 100%;
	transform: translateY(0%);
	top: 0%;
}