.video-embed-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-embed-container iframe {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    max-height: 600px;
    min-height: 300px;
    height: 50vw;
}