article.mappa_homepage {
	margin:0px;
	padding:0px;
	width:100%;
	height:20rem;
	position:relative;
}
div.popup {
	margin:0px;
	padding:0px;
	width:8.75rem;
	height:3.25rem;
	background:url('../../../images/pubblico/logo.png') no-repeat center center #FFF;
	background-size: contain;
}
#map-canvas{width: 100%; height:100%; position:relative;z-index:10;}
/* Smartphones ----------- */
@media only screen and (max-width : 960px) {
div.article.mappa_homepage {
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 961px) {
div.article.mappa_homepage {
}
}