/********************************************

    ██╗   ██╗██╗██████╗ ███████╗ ██████╗ 
    ██║   ██║██║██╔══██╗██╔════╝██╔═══██╗
    ██║   ██║██║██║  ██║█████╗  ██║   ██║
    ╚██╗ ██╔╝██║██║  ██║██╔══╝  ██║   ██║
    ╚████╔╝ ██║██████╔╝███████╗╚██████╔╝
    ╚═══╝  ╚═╝╚═════╝ ╚══════╝ ╚═════╝ 
                                        
 ********************************************/


    .is-root-container .nvm-video {
        pointer-events: none;
    }

    .nvm-video {
        width: 100%;
        height: auto;
        object-fit: fill;
    }

    .nvm-video.natural-size {
        width: auto;
        height: auto;
        margin: auto;
        max-width: 100%;
    }

    .nvm-video-caption {
        text-align: center;
        max-width: var(--nvm-panel-small-width);
        margin: auto;
        font-weight: bold;
    }
