/* Footer company-review block: site-width paint, transparent side gutters. */
html body[class] .main.container {
    padding-bottom: 0 !important;
}

.footer-container2 > .ecomi-block {
    background-color: #fff !important;
    background-image: url('/media/wysiwyg/infortis/ultimo/_backgrounds/default/christmas-2023.jpg') !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.footer-container2 > .ecomi-block > .container {
    background: #fff;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px !important;
    padding: 16px !important;
}

.footer-container2 .footer-top .azb-footer-links {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
}

.footer-container2 > .footer-top-container {
    background: #fff !important;
}

@media (max-width: 767px) {
    .footer-container2 > .ecomi-block {
        background: #eeaed1 !important;
    }

    .footer-container2 > .ecomi-block > .container {
        padding: 16px !important;
    }
}

@media (min-width: 960px) and (max-width: 1024px) {
    .footer-container2 > .ecomi-block > .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .footer-container2 > .ecomi-block > .container {
        max-width: 1200px !important;
        width: 96% !important;
    }
}
