@media screen and  (max-width: 767.98px) {

    body,
    html {
        background-image: url('../img/background-sm.avif') !important;
    }


}

@media screen and (min-width: 768px) and (max-width: 991.98px) {

    body,
    html {
        background-image: url('../img/background-tab.avif') !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {

    body,
    html {
        background-image: url('../img/background-desktop.avif') !important;
    }

}

@media screen and (min-width: 1200px) {

    body,
    html {
        background-image: url('../img/background-2.avif') !important;
    }


}