.mapSection .mapSectionDivider .map{flex-basis: 100%;}
.mapSection .desktopindmap{display: block;}
.mapSection .mobileindmap{display: none;}
@media screen and (max-width: 720px) {
	.mapSection .desktopindmap{display: none;}
	.mapSection .mobileindmap{display: block;}
}