.map-wrapper {
	overflow: hidden;
	position: relative;
	min-height: 200px;
}

.static-map {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	overflow: hidden;
	max-width: 690px;
}