@import url("../../css/standard/responsive.css");

@media screen and (min-width: 768px) and (max-width:1024px)  { /*TABLET MOBILE*/

	header#header-top div#siteTestata img {
     max-width: 500px !important;
	  padding-left: 5px;
     padding-right: 5px;
     }
	
} 




@media screen and (max-width: 767px) { /*TABLET MOBILE*/

	header#header-top div#siteTestata img {
	 max-width: 250px !important;
    padding-left: 5px;
    padding-right: 5px;
     }
	

} 

/*FINE MOBILE / TABLET*/