
.home-map iframe {
	display: block;
}

.mt-map-overlay { 
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */ 
}