.responsive-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
height: 0;
}
 
.responsive-youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 70%!important;
height: 70%!important;
}
