.hero-header-video-uranoscope {
    .video-content .plyr {
        @apply relative overflow-hidden;
        @apply p-0 !important;
        height: calc(100 * var(--vh, 1vh));
        /* max-height: calc(100vh - var(--menu-height, 100px)); */

        &-player {
            @apply object-cover;
            height: calc(100 * var(--vh, 1vh));
            /* max-height: calc(100vh - var(--menu-height, 100px)); */
        }

        &__control {
            @apply hidden !important;

            &s {
                @apply hidden !important;
            }
        }

    }

    #plyr-player-modal {
        max-height: 80vh;
    }

}
