﻿.video-responsive-container {
    position:inherit;
    padding-bottom:60%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-responsive-container iframe, .video-responsive-container object, .video-responsive-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.iframe.responsive-video-16x9 {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

.vid-wrap {
    padding: inherit;
}


@media (max-width:960px)  { 
    .img-wrap.font-size-lg {
        height: 285px;
    }
}

@media (min-width:961px)  { 
    .img-wrap.font-size-lg {
        height: 750px;
    }
}