@media (max-width: 767px){
img[src$="Perretti-mappa-01.png"]{
transform: scale( 0.5 );
transform-origin: center bottom;
}
}
@media only screen and (max-width: 992px) {
div.mobile-header-replace {
    height: 64px;
}
}
.dng-mobilemenu.mobile_menu.mm-menu {
    top: 64px;
}

@media only screen and (max-width: 767px) {
.page-title-container {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
}
