

#map_wrap {
	background-color: #fff;
	position: relative;
	padding-top:0px;  
    padding-bottom:0px;
	}
#map_wrap .widget_contact {
	position: absolute; z-index: 2; 
	background-color: #fff; 
	padding-top:0px;  
    padding-bottom:0px;
	padding: 20px 20px;
}

@media (max-width: 991px) {
    #map_wrap .widget_contact {position: static; margin: 40px 0;}
}
#map {height: 400px;}
#map img {max-width: inherit;}

