/* Always set the map height explicitly to define the size of the div * element that contains the map. */
.site-content #map {    
	width: inherit;
    height: 100px;
}

.site-footer #map {    
	width: 100%;
    height: 200px;
}
#map {    
	width: 100%;
    height: 500px;
	overflow: hidden;
}