/**
 * MediaElementJS : responsive wrapper, 
 * http://coolestguidesontheplanet.com/videodrome/mediaelementjs/ 
 */
.wysiwyg *:has(> .mejs__container) {
  display: block;
}
.mejs__button svg,
.mejs__container {
  color: #fff;
}
.mejs__overlay-button {
  background: transparent;
  border: 0;
}
.mejs__overlay:hover .mejs__overlay-button svg {
  opacity: 1;
}
.mejs__overlay-button svg {
  opacity: 0.75;
}
.mejs__overlay-button:focus svg {
  opacity: 1;
}
.mejs__overlay-button,
.mejs__overlay-button svg {
  height: 5rem;
  width: 5rem;
}
.mejs__overlay-loading,
.mejs__overlay-loading svg {
  height: 5rem;
  width: 5rem;
}
.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  display: block;
  height: 5rem;
  width: 5rem;
  z-index: 1;
}
@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mejs__speed-selector,
.mejs-speed-selector {
  background: rgba(50, 50, 50, 0.9) !important;
}
video {
  width: 100%;
  height: auto;
}
.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 .mejs__mediaelement,
.mejs__container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
  max-width: none!important;
  max-height: none!important;
}
.mejs__chapters-button .mejs__chapters-selector {
  min-width: 110px;
  width: max-content;
  max-width: 220px;
}
.mejs__time-rail .mejs__time-float {
  width: max-content;
  transform: translateX(-50%);
}
.mejs__time-rail .mejs__time-float-current {
  width: auto;
  position: static;
}
.mejs__long-video .mejs__time-float {
  margin-left: inherit;
  transform: translateX(-100%);
}
.mejs-video:has(.mejs__chapter) span {
  text-align: left;
}
.mejs-video:has(.mejs__chapter) .mejs__time-float {
  min-width: 65px;
  width: max-content;
  padding: 5px;
  font-size: 14px;
  padding-bottom: 35px;
}
.mejs-video:has(.mejs__chapter) .mejs__time-float-current {
  left: 2px;
  bottom: 4px;
  width: max-content;
}
.mejs__speed-selector {
  height: auto !important;
}
/*# sourceMappingURL=mejs.css.map */
