.ecm-section {
	margin-top: 0rem;
	margin-bottom: 10rem;
}
.ecm-outer {
	width: 100%;
	display: flex;
	justify-content: center;
}
.ecm-outer > #ec-mapp {
	width: 100%;
    max-width: 750px;
}

#ec-mapp {
	aspect-ratio: 469 / 447;
}
#ec-mapp.-ready {
	aspect-ratio: auto;
}