#map_wrapper {
	width: 100%;
	height: 565px;
}

#map_wrapper input[type=checkbox] {
appearance: checkbox;
cursor: pointer;
}

#map_wrapper input[type=checkbox] + span {
cursor: pointer;
}

@media screen and (max-width: 74.99875em) {
#map_wrapper {
	height: 500px;
}
}

@media screen and (max-width: 39.99875em) {
#map_wrapper {
		height: calc(100vw + 40px);
}
}