/* size embedded youtube video to accommodate mobile */

@media screen and (max-width: 700px) {
    .responsive-youtube {
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }
    .responsive-youtube iframe {
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
}