#covermap{
	position:relative; 
	width:100%;
	height: 500px;
}

#covermap .overlay{
	pointer-events:none;
}


#map-iframe{
	padding:0;
	width:100%;
	height:100%;
	border-radius: 10px;
	position:relative;
	background-color:rgb(92,173,211);
}

#map-iframe iframe{
	width:100%;
	height:100%;
	border:none;
	overflow:hidden;
	opacity:0.8;	
}