#map{
	width: 100%;
	position: relative;
	height: 300px;
	cursor: url("https://maps.gstatic.com/mapfiles/openhand_8_8.cur"), default;
}

.c1s-map-stack{
	position: relative;
	min-height: 300px;
}

.c1s-map-fallback,
.c1s-map-stack #map{
	width: 100%;
	height: 300px;
	border: 0;
	display: block;
}

.c1s-map-fallback{
	position: relative;
	z-index: 1;
}

.c1s-map-stack #map{
	position: absolute;
	inset: 0;
	z-index: 2;
	background: transparent;
	pointer-events: none;
}

@media screen and (max-height: 520px){
	#map,
	.c1s-map-fallback,
	.c1s-map-stack #map,
	.c1s-map-stack {
		height: 200px;
	}
}

@media screen and (max-height: 300px){
	#map,
	.c1s-map-fallback,
	.c1s-map-stack #map,
	.c1s-map-stack {
		height: 150px;
	}
}