        /* Slice 251 : pendant la vidéo compte épique — pas d’image mur ni PNG qui dépassent autour de la vidéo */
        body.wall-scoring-live-bg.wall-epic-cinematic-video-active {
            background-image: none !important;
            background-color: #000 !important;
        }
        body.wall-scoring-live-bg.wall-epic-cinematic-video-active::before {
            opacity: 0 !important;
            transition: none !important;
        }
        /*
         * Slice 251 : vidéo plein écran — z-index 9000 pour être au-dessus du mur (1) mais sous #timerNotification (10000, chiffres).
         * !important : évite tout override global sur video / max-width.
         */
        #timerCountdownVideo.wall-epic-fullscreen-video {
            display: none;
            box-sizing: border-box;
            position: fixed !important;
            left: 0 !important;
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            width: 100vw !important;
            width: 100dvw !important;
            min-width: 100% !important;
            height: 100vh !important;
            height: 100dvh !important;
            min-height: 100% !important;
            max-width: none !important;
            max-height: none !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            object-fit: cover !important;
            object-position: center center !important;
            z-index: 9000 !important;
            pointer-events: none;
        }
        body.wall-epic-cinematic-video-active #timerCountdownVideo.wall-epic-fullscreen-video {
            display: block !important;
        }
