/* START of CSS */
/*target the div with class google-map*/
.google-map {
overflow: hidden;
padding-top:56.25%;
position:relative;
}
/* target the iframe within the div with class .google-map iframe */
.google-map iframe {
left:0;
top:0;
right:0;
bottom:0;
height:100%;
width:100%;
position:absolute;
}