html[tier="t2"] .select-gallery-container,
html[tier="t3"] .select-gallery-container {
    padding-bottom: 2rem;
}

@media screen and (max-width: 734px) {
    html[tier="t2"] .select-gallery-container,
    html[tier="t3"] .select-gallery-container {
        padding-bottom: unset;
    }
}

@media screen and (min-width: 1068px) and (max-width: 1440px) {
    .feature-card-content .feature-card-image-container.image-bottom-center {
        bottom: -30px;
    }
}

.section-trade-in .banner-card {
    background:#fff
}

.section-trade-in .banner-card .banner-card-row {
    pointer-events:auto
}

@media (min-width: 1441px) {
    .section-trade-in .banner-card-row {
        grid-gap: 40px;
        gap:40px
    }
}

@media (max-width: 734px) {
    .section-trade-in .banner-card-image-column {
        align-items: center;
        position: absolute;
        left: 0;
        bottom:0
    }
}

@media only screen and (min-width: 735px) and(max-width: 1068px) {
    .section-trade-in .banner-card picture {
        align-self:center
    }

}
 @media only screen and (min-width: 734px) and (max-width: 1068px) {
    .banner-card-ctas {
        margin-bottom: 50px;
    }
 }

 .banner-card-image img {
    max-width: 100%;
 }

 @media only screen and (min-width:1441px)and (max-width:1600px) {
    .banner-card-1-up{
        max-height: 498px;
    }
 }