.content_section.typo_map_wrapper{
	padding: 0 !important;
}
.typo_map {
	width: 100%;
	height: 19rem;
	border: none;
	margin:0;
	display: block;
}
/* fixes potential theme css conflict */
.typo_map img {
   max-width: inherit !important;
}

@media screen and (min-width: 40em) {
	.typo_map { height: 31rem; }
}