﻿

#video-responsive-container {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1920px;
}

/*.video-section-wrapper .min-height-wrap {
    min-height:500px;
}*/
/*@media(max-width:992px){
    .video-section-wrapper .min-height-wrap {
        min-height: auto;
    }
}*/

#video-responsive-container #video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 0px;
}

        #video-responsive-container #video-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }
