﻿.home-top-banner-xxx {
    background-image: url('../../../images/public/pageelements/2024/home_header_01.jpg');
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}

.home-top-banner {
    margin: 0px;
    margin-top: -150px;
    padding: 0px;
    /*z-index: -99999 !important;*/
}

@media (min-width: 1100px) {
    .home-top-banner {
        margin-top: -160px;
    }
}

@media (min-width: 992px) and (max-width: 1100.00px) {
    .home-top-banner {
        margin-top: -120px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .home-top-banner {
        margin-top: -80px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .home-top-banner {
        margin-top: -90px;
    }
}

@media (max-width: 575.98px) {
    .home-top-banner {
        margin-top: -90px;
    }
}
