.banner-6-centered * {
    color: var(--text-black);
}
.banner-6-centered .container-fluid.linear_gradient {
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(75%, rgba(234, 233, 228, 1)),color-stop(25%, rgba(243, 242, 239, 1)));
    background-image: -o-linear-gradient(top,rgba(234, 233, 228, 1) 75%,rgba(243, 242, 239, 1) 25%);
    background-image: linear-gradient(180deg,rgba(234, 233, 228, 1) 75%,rgba(243, 242, 239, 1) 25%);
}
.banner-6-centered .image-16by9 {
    padding-bottom: 40%;
}
.banner-6-centered_video_background {
    padding-bottom: 40%;
    position: relative;
}
.banner-6-centered .small-thumbnail {
    max-width: 119px;
    margin: 0 auto 60px;
}
.banner-6-centered .small-thumbnail .image-4by3 {
    padding-bottom: 147.5%;
}

.banner-6-centered_video_background video {
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}


@media(max-width: 1399.98px) {
    .banner-6-centered .container-fluid.linear_gradient {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(75%, rgba(234, 233, 228, 1)),color-stop(25%, rgba(rgba(243, 242, 239, 1))));
        background-image: -o-linear-gradient(top,rgba(234, 233, 228, 1) 75%,rgba(rgba(243, 242, 239, 1)) 25%);
        background-image: linear-gradient(180deg,rgba(234, 233, 228, 1) 75%,rgba(rgba(243, 242, 239, 1)) 25%);
    }
}
@media(max-width: 1199.98px){
    .banner-6-centered .small-thumbnail {
        max-width: 90px;
        margin: 0px auto 45px;
    }
}
@media(max-width: 991.98px){
    .image-container.container-padding {
        padding-right: 0;
        padding-left: 0;
        margin-top: 25px;
    }
    .banner-6-centered .small-thumbnail {
        max-width: 70px;
    }

}
@media(max-width: 767.98px){
    .banner-6-centered .container-fluid.linear_gradient {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(75%, rgba(234, 233, 228, 1)),color-stop(25%, rgba(rgba(243, 242, 239, 1))));
        background-image: -o-linear-gradient(top,rgba(234, 233, 228, 1) 75%,rgba(rgba(243, 242, 239, 1)) 25%);
        background-image: linear-gradient(180deg,rgba(234, 233, 228, 1) 75%,rgba(rgba(243, 242, 239, 1)) 25%);
    }
    .banner-6-centered .small-thumbnail {
        max-width: 60px;
        margin: 0 auto 30px;
    }
}
@media(max-width: 575.98px){
    .banner-6-centered .container-fluid .pt5 {
        padding-top: 45px;
    }

}