article.mappa_homepage {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:20rem;
	position:relative;
}
div.immagine_mappa {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:20rem;
	position:relative;
	background:url(../../../images/pubblico/immagine_home.jpg) no-repeat center top;
	background-size: cover;
}
div.popup {
	margin:0px;
	padding:0px;
	width:8.75rem;
	height:3.25rem;
	background:url('../../../images/pubblico/logo.svg') 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 {
	width:100%;
}
div.immagine_mappa {
	width:100%;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 961px) {
div.article.mappa_homepage {
	width:50%;
	float:left;
}
div.immagine_mappa {
	width:50%;
	float:right;
}
}