.acf-map {
	width: 100%;
	height: 730px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

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

.acf-marker-content {
	padding: 0 2em 2em 2em;
}

/* HProc */
.acf-marker-content {
	max-width: 400px !important;
}

.acf-marker-content-image {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}