.banner_hero_split .hero__text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 0 5px
}

.banner_hero_split .slideshow__slide--image_zHFVdP .hero__image_title_img {
    max-width: 100% !important;
    padding: 0 0;
    margin: 0 auto
}

.banner_hero_split .slideshow__slide--image_zHFVdP .hero__image_title_img img {
    margin: 0 auto;
    max-height: 400px;
    object-fit: contain
}

.banner_hero_split .slideshow__split {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%
}

@media (min-width: 900px) {
    .banner_hero_split .hero--450px .hero__image-wrapper, .banner_hero_split .hero--450px .hero__text-wrap, .banner_hero_split .hero--450px .hero__video-wrapper, .banner_hero_split .hero--450px .slideshow__split {
        height: 450px
    }

    .banner_hero_split .hero--650px .hero__image-wrapper, .banner_hero_split .hero--650px .hero__text-wrap, .banner_hero_split .hero--650px .hero__video-wrapper, .banner_hero_split .hero--650px .slideshow__split {
        height: 650px
    }

    .banner_hero_split .hero--750px .hero__image-wrapper, .banner_hero_split .hero--750px .hero__text-wrap, .banner_hero_split .hero--750px .hero__video-wrapper, .banner_hero_split .hero--750px .slideshow__split {
        height: 750px
    }
}

.banner_hero_split .hero__video-wrapper {
    width: 100%
}

.banner_hero_split .hero__image-wrapper {
    width: 100%;
    height: 100%
}

.banner_hero_split .hero__video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (max-width: 900px) {
    .banner_hero_split .slideshow__split {
        flex-direction: column-reverse;
        height: 700px
    }

    .banner_hero_split .hero--550px {
        height: 700px
    }

    .banner_hero_split .hero__image-wrapper, .hero__video-wrapper {
        height: 350px
    }

    .banner_hero_split .hero__text-wrap {
        width: 100%;
        height: 700px;
        top: 300px
    }

    .banner_hero_split .slideshow__slide--image_zHFVdP .hero__image_title_img img {
        max-height: 300px;
        margin-bottom: 10px
    }
}