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

#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;
}

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