/* live.css — additions for DB-driven pages */

/* YouTube / video tiles use fixed 16:9 */
.tile.is-yt img, .tile.is-vid img { aspect-ratio: 16 / 9 !important; }

/* lightbox stage handles images + iframes + video */
.lb__stage { width: 100%; height: 100%; display: grid; place-items: center; padding: clamp(1rem,3vw,2rem); }
.lb__stage img, .lb__stage video { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.lb__stage iframe { width: 90vw; max-width: 1400px; aspect-ratio: 16 / 9; border: 0; }