.makeResponsive {
    overflow:hidden;
    padding-bottom:50%;
    /* Set Aspect Ratio */
    position:relative;
    height:0;
}
.makeResponsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* Make sure to reference the CSS in the HEAD tag */