.section--leftrightfeature .grid:not(.section--leftrightfeature--featured) {
    display: grid;
    grid-template-columns: auto;
    width: 100% !important;
    max-width: 1186px !important;
    margin-inline: auto;
    padding-inline: 20px;
}
.section--leftrightfeature.section--leftrightfeature--left .section--leftrightfeature--content {
    margin-left: 0 !important;
}
.section--leftrightfeature {
    /* height: 100%;
    min-height: 270px;
    max-height: 270px; */
    display: grid;
    grid-template-columns: 100%;
}
.section--leftrightfeature .negative--basic--top {
    margin-top: 0 !important;
}
/* @media (min-width: 660px) {
    .section--leftrightfeature {
        min-height: 420px;
        max-height: 420px;
        height: 100%;
    }
}
@media (min-width: 1024px) {
    .section--leftrightfeature {
        min-height: 530px;
        max-height: 530px;
        height: 100%;
    }
} */
.section--leftrightfeature .background {
    grid-area: 1/1/1/1;
    z-index: 1;
}
.section--leftrightfeature > .block {
    grid-area: 1/1/1/1;
    z-index: 2;
    display: grid !important;
    grid-template-columns: 100%;
    grid-template-rows: 80px 80px auto;
    gap: 0;
    justify-content: center;
    align-items: end;
    height: 100%;
}
@media (min-width: 770px) {
.section--leftrightfeature > .block {
    grid-template-rows: 80px auto 80px;
}
}
.section--leftrightfeature .block .section--leftrightfeature--featured {
    grid-row: 1 / span 2;
    grid-column: 1;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
}
@media (min-width: 770px) {
    .section--leftrightfeature .block .section--leftrightfeature--featured {
        grid-row: 1 / span 3;
    }
}
.section--leftrightfeature .block .section--leftrightfeature--featured img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    margin: 0;
    /* min-height: 270px;
    max-height: 270px; */
    /* position: absolute;
    top: 0;
    left: 0; */
}
{# @media (min-width: 660px) {
    .section--leftrightfeature .block .section--leftrightfeature--featured img {
        min-height: 420px;
        max-height: 420px;
        /* height: 100%; */
    }
}
@media (min-width: 1024px) {
    .section--leftrightfeature .block .section--leftrightfeature--featured img {
        min-height: 530px;
        max-height: 530px;
        /* height: 100%; */
    }
} #}
.section--leftrightfeature .block .grid {
    padding: 0 20px !important;
    grid-column: 1;
    grid-row: 2 / span 2;
    z-index: 2;
}
@media (min-width: 770px) {
    .section--leftrightfeature .block .grid {
        grid-row: 2;
    }
}
/* @media (min-width: 770px) {
    .section--leftrightfeature .block .grid {
        background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0));
    }
} */