.video-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}

.video-card:hover .video-trigger img {
    transform: scale(1.04);
}

#youtubePlayer {
    display: none;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 75vh;
    border: 1px solid rgba(255,255,255,.1);
    background: #000;
    box-shadow: 0 35px 100px #000;
}
