/* ==========================================================================
   About — YouTube video player (inside shared lightbox)
   ========================================================================== */

.lightbox-player {
    width: 90vw;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: black;
    border-radius: 4px;
    overflow: hidden;
}

.lightbox-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
