.media-container {
    max-width: 800px;
    margin: auto;
}
.video-wrapper {
    position: relative;
    padding-top: 56.25%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}