.site-banner-wrap {
    width: 100%;
    margin-bottom: 0;
    background: #1a1a2e;
}

.site-banner-wrap--fluid {
    max-width: 100%;
}

.site-banner-carousel .carousel-inner {
    max-height: none;
    background: #1a1a2e;
}

.site-banner-carousel .site-banner-slide-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 180px;
    width: 100%;
}

.site-banner-carousel .site-banner-img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    object-position: top center;
    background: #1a1a2e;
}

@media (max-width: 768px) {
    .site-banner-carousel .site-banner-img {
        max-height: 220px;
    }
}
