/* Enfold keeps its existing cover sizing, overlays and stacking. */
#top .av-section-video-bg .i9-emv-playing .mejs-mediaelement {
    opacity: 1 !important;
}
#i9-emv-debug, #i9-emv-vimeo-debug {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 2147483647;
    max-height: 40vh;
    overflow: auto;
    padding: 12px;
    margin: 0;
    background: #111;
    color: #fff;
    font: 12px/1.5 monospace;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}
#i9-emv-vimeo-debug { bottom: auto; top: 8px; }
@media (prefers-reduced-motion: reduce) {
    .avia-section .av-section-video-bg {
        visibility: hidden !important;
    }
}
