iframe.map-container0,iframe.map-container1 {
    position: relative;
    padding-bottom: 50%;
    padding-top: 50%;
    height: 0;
    overflow: hidden;	
}
 
iframe.map-container1 {
box-shadow: 0 0 20px #000;
-moz-box-shadow: 0 0 20px #000;
-webkit-box-shadow: 0 0 20px #000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
} 


.map-container object, 
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmnoprint{display:none!important;}
