html,
body,
#map {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.tile {
	position: relative;
}
.tile canvas{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible !important;
}