/* Lightbox specific styles */
#lightboxContent {
    max-width: 90vw;
    max-height: 85vh;
}

/* Ensure video controls are visible and clickable */
video#lightboxContent {
    z-index: 10;
}