/* Brand Gallery */
.col-image-wrapper {
    height: auto;
}

.brand-gallery-swiper {
    width: 100%;
    position: relative;
}

.brand-gallery-swiper .swiper-slide {
    width: 100%;
}

.brand-gallery-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 3 / 4;
    height: var(--promo-height-desktop);
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand-single-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 3 / 4;
    height: var(--promo-height-desktop);
    min-height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand-gallery-swiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.brand-gallery-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.brand-gallery-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
