p + .video-and-caption-container {
    max-width: 680px;
    height: 450px;
    margin-top: 56px;
    margin-bottom: 56px;
    
    display: flex;
    flex-direction: column;
}

h2 + .video-and-caption-container {
    margin-top: 8px;
}

.video-container {
    width: 680px;
    height: 450px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 431px) {
    .video-container {
        width: 100%;
        height: 226.99px;
    }

    .video-and-caption-container {
        height: 226.99px;
    }

    p + .video-and-caption-container {
        height: 226.99px;
    }
}