@media all {
	#map-container {
		position: relative;
	}

	#map-container > input[type='checkbox'] {
		position: absolute;
		width: 100%;
		height: calc(100% - 8px);
		opacity: 0;
	}

	#map-container > input[type='checkbox']:checked {
		display: none;
	}
}