#map {
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#map canvas, #map svg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* pointer-events: none; */
}


@media screen and (orientation: portrait) {
	#map-0titles {
		display: none;
	}
}