#gmap-overlay {
   background:transparent; 
   position:relative; 
   width: 100%;
   height:416px; /* your iframe height */
   top:416px;  /* your iframe height */
   margin-top:-416px;  /* your iframe height */
}

.section-map iframe {
    width: 100%;
    height: 410px;
}