/* Additional override styles to ensure modal is always on top */
body.video-modal-active {
    overflow: hidden;
}

.video-modal-overlay.active {
    display: flex !important;
    position: fixed !important;
    z-index: 2147483647 !important;
}
