.typo_map > .marker {
	opacity: 0;
	height: 0;
	pointer-events: none;
}

.acf-map {
	width: 100%;
	height: 300px;
	border: none;
	margin:0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.block .acf-map{
	height: 100%;
}

@media screen and (min-width: 40em) {
	.acf-map { height: 500px; }
}