.video-container {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    aspect-ratio: 16 / 9;

    iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }
}
