.banner-23 .custom_padding {
    padding: 180px 0px 0px;
}

.banner-23 .sliding-images-desktop-padding {
    padding-left: 8%;
}
.banner-23 .linear_gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(44, 196, 235, 1)), color-stop(50%, rgba(244, 244, 244, 1)));
    background-image: -o-linear-gradient(top, rgba(44, 196, 235, 1) 50%, rgba(255, 255, 255, 1) 50%);
    background-image: linear-gradient(180deg, rgba(44, 196, 235, 1) 50%, rgba(255, 255, 255, 1) 50%);
}
.banner-23 .small-thumbnail {
    max-width: 172px;
}
.banner-23 .image-square {
    padding-bottom: 103.49%;
    margin-bottom: 60px;
}
.banner-23 h1.white.alt {
    margin-bottom: 17px;
}

.banner-23 .button-div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.banner-23 .button.primary {
    background-color: var(--white);
    border-color: var(--white);
    margin-right: 0;
    margin-top: auto;
}

/** Copied CSS from media-1 **/

:root .banner-23 {
    --odd-image-height: 400px;
    --odd-image-width: 600px;
    --even-image-height: 400px;
    --even-image-width: 600px;
    --image-spacing: 60px;

}

@media(max-width: 1199.98px){
    :root .banner-23 {
        --odd-image-height: 350px;
        --odd-image-width: 550px;
        --even-image-height: 350px;
        --even-image-width: 550px;
        --image-spacing: 60px;

    }
}

@media(max-width: 991.98px){
    :root .banner-23 {
        --odd-image-height: 300px;
        --odd-image-width: 500px;
        --even-image-height: 300px;
        --even-image-width: 500px;
        --image-spacing: 40px;
    }
}

@media(max-width: 767.98px) {
    :root .banner-23 {
        --odd-image-height: 200px;
        --odd-image-width: 300px;

        --even-image-height: 200px;
        --even-image-width: 300px;

        --image-spacing: 20px;

    }
}


.banner-23 {
    overflow-x: hidden;
}


.banner-23 .side-scrolling-image-container {
    position: absolute;
}

.banner-23 .side-scrolling-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*left: 6%;*/
    left: 0;
    position: relative;

}
.banner-23 .sliding-images {
    padding: 120px 0px;
}

.banner-23 .scrolling-image img {
    position: absolute;
    position: absolute;
    top: 50%;
    object-position: center;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.banner-23 .side-scrolling-images .scrolling-image {
    position: relative;
    z-index: 2;
    margin-right: var(--image-spacing);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: -9px 7px 81px rgba(12,47,38, 0.03);
}

.banner-23 .side-scrolling-images .scrolling-image:nth-of-type(odd) {
    height: var(--odd-image-height);
    width: var(--odd-image-width);
}

.banner-23 .side-scrolling-images .scrolling-image:nth-of-type(even) {
    height: var(--even-image-height);
    width: var(--even-image-width);
}


.banner-23 .side-scrolling-images-bumper {
    height: var(--odd-image-height);
    z-index: 1;
    display: block;
    width: 100%;
    position: relative;
}

@media(max-width: 1199.98px){
    .banner-23 .custom_padding {
        padding: 120px 0px 0px;
    }

    .banner-23 .button-div {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 30px;
    }

}
@media(max-width: 991.98px){
    .banner-23 .custom_padding {
        padding: 90px 0px 0px;
    }
    .banner-23 .image-square {
        margin-bottom: 45px;
    }
    .banner-23 .sliding-images {
        padding: 90px 0px;
    }

}
@media(max-width: 767.98px){
    .banner-23 .custom_padding {
        padding: 60px 0px 0px;
    }
    .banner-23 .small-thumbnail {
        max-width: 120px;
    }
    .banner-23 .image-square {
        margin-bottom: 30px;
    }
    .banner-23 .sliding-images {
        padding: 60px 0px;
    }
}