.team--hero {
    background-position: 35% 30% !important;
    background-repeat: no-repeat;
    min-height: 372px;
}

.bb-hero {
    background-position: 0 80% !important;
    background-repeat: no-repeat;
    min-height: 372px;
}

.bb-slider .slider__slide {
    background-image: none !important;
    background-position: 0 0 !important;
}

.bb-slider .slider__slide img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: left top !important;
    transform: none !important;
}

@media (max-width: 499px) {
    .team--hero {
        background-position: 35% 0 !important;
    }
    .bb-slider .slider__slide {
        max-height: 100vw;
    }
    .bb-slider .slider__slide img {
        max-height: 100vw;
    }
}

@media (min-width: 1024px) {
    .bb-slider .slider__slide img {
        min-height: 85vh !important;
    }
    .bb-slider .slider__slide.slider__slide--second img {
        object-position: left center !important;
    }
}
