.header__background.desktop {
    display: none;
}

.header__background .slides {
    position: fixed;
    bottom: -50px;
}

.header__background.desktop,
.header__background.mobile {
    width: 100%;
}

.header__background.desktop-img .slides img {
    margin-left: 0;
    width: 100%;
    height: 100%;
}

.header__background.mobile .slides img {
    margin-left: 0;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .header__background {
        height: 735px !important;
    }
}

@media screen and (min-width:575px){
    .header__background.mobile {
        display: none;
    }
    .header__background.desktop {
        display: block;
    }
}

@media screen and (max-width: 574px) {
    #header-background-mobile.header__background.desktop-img .slides li {
        width: auto !important;
        margin-right: -144% !important;
    }

    #header-background-mobile.header__background.desktop-img .slides img {
        object-fit: cover;
    }
}
