/* Keep Fancybox video controls above the thumbnail strip and sticky overlays. */
@media (max-width: 767px) {
    .fancybox__footer {
        bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .fancybox__slide.has-html5video {
        box-sizing: border-box;
        padding-bottom: calc(150px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .fancybox__slide.has-html5video .fancybox__content,
    .fancybox__slide.has-html5video video {
        height: 100% !important;
        max-height: 100% !important;
    }
}
