.mejs__video .mejs__overlay,
.mejs__video.mejs__container {
  width: 100% !important;
  min-height: 270px;
}
.mejs__mediaelement video {
  width: 100% !important;
  height: 100% !important;
  max-height: 270px;
}
@media screen and (min-width: 470px) {
  .mejs__mediaelement video {
    height: auto !important;
  }
}

.video-js .mejs__time {
  padding: 15px 6px 0;
}
.mejs__container-fullscreen {
  z-index: 6;
}
.mejs__container-fullscreen video {
  max-height: none;
  height: 100% !important;
}
