/**
 * KRDB Gallery - Lightbox Video Styles
 * 
 * Styles for hosted video in Elementor lightbox slideshow
 */

.elementor-lightbox .elementor-video-container {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.elementor-lightbox .elementor-video-container .elementor-video-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

.elementor-lightbox .elementor-video-container .elementor-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100vh;
}

.elementor-lightbox .elementor-video-container.elementor-invisible {
    visibility: visible !important;
    opacity: 1 !important;
}

