#map_wrapper {
    width: 100%;
    height: 565px;
}

@media screen and (max-width: 74.99875em) {
	#map_wrapper {
	  height: 500px;
	}
}

@media screen and (max-width: 39.99875em) {
	#map_wrapper {
  		height: calc(100vw + 40px);
	}
}