.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;


    text-align: center;

}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: relative;
   padding-left:auto;
    width: 85%;
    height: 85%;

}
