.w_footer .w_logo img { 
    max-height:90px !important; 
    height:90px; 
}
.newsletter-button-wrapper {
    display:none !important;
}
.w_static_menu {
    display:none !important;
}
.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}
@media only screen and (min-width: 1200px) {
    .w_language ul { 
        display: inline-block !important; 
        float:right;

    }/*
    .w_design .w_language { width:76px; }*/
}

@media only screen and (max-width: 1199px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 600px;
    }
}
@media only screen and (max-width: 799px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 400px;
    }
}
