.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
        
.video-container img {
    display: block;
    width: 100%;
    height: auto !important;
}

.video-container iframe {
    position: absolute;
    top: 5%;
    left: 14%;
    width: 72% !important;
    height: 80%;
    border: none !important;
    margin: auto !important;
}		