
video {
  top: 0;
  left: 0;
}

.shaka-controls-container, .shaka-mobile,
.shaka-video-container, .shaka-text-container {
  position: absolute;
  width: 100% !important;
  height: 0 !important;
  padding-top: 56.25%;
}

.shaka-video {
  position: absolute;
  width: 100%;
  height: auto;
}

