#banner {
    position: relative;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 35px;
}

#banner .banner-static {
    width: 100vw;
    max-width: none;
    height: 520px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

#banner .banner-static img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

#banner .banner-static picture {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    #banner {
        margin-top: 12px;
    }

    #banner .banner-static {
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
        height: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    #banner .banner-static img {
        object-position: center;
    }
}

@media (max-width: 767.98px) {
    #banner {
        margin-top: 35px;
        margin-bottom: 0;
    }

    #banner .banner-static {
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
        height: 249px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 24px;
    }

    #banner .banner-static img {
        border-radius: 24px;
        object-fit: cover;
        object-position: center;
    }

    #banner .swiper-pagination,
    #banner .swiper-pagination-bullets {
        display: none !important;
    }
}
