/**
 * MediaElementJS : responsive wrapper, 
 * http://coolestguidesontheplanet.com/videodrome/mediaelementjs/ 
 */
.mejs-responsive-wrapper .mejs-video {
  max-height: inherit;
}
.mejs__captions-text {
  background: rgba(8, 8, 8, 0.75);
  box-shadow: none;
  padding: 4px 8px;
  font-size: 24px;
  line-height: 35px;
}
.mejs__container-fullscreen video {
  max-width: none !important;
  max-height: none !important;
}
.mejs__chapters-button .mejs__chapters-selector {
  min-width: 110px;
  width: max-content;
  max-width: 220px;
}
/*# sourceMappingURL=mejs.css.map */
