.video-container {
    width: 91.8%;
    padding-top: 52%;
    height: 0px;
    position: relative;
    margin: 0 auto;
}

.video-container > iframe {
    width: 100%;
    height: 100% !Important;
    position: absolute;
    top: 0;
    left: 0;
}

.video {
   width: 60%;
}