.project-video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 1rem;
    border-radius: 6px;
    display: block;
    background: #000;
    object-fit: contain;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-top: 2rem;
}

.video-list .project-video {
    margin-top: 0;
}
