.arrow-home-content .strip__wrapper  {
    max-width: 970px;
    margin: 0 auto;
    border-bottom: none;
}
.arrow-home-content.strip--curated-items .strip__wrapper::before {
    background: rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.arrow-home-content.strip--curated-items .strip__wrapper::after {
    background-image: linear-gradient(to bottom,transparent -16%,rgba(0,0,0,0.4) 79%,black 164%);
    bottom: -1px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.arrow-home-content.strip--curated-items .strip--image__wrapper {
    margin-bottom: -1px;
    height: 440px;
    overflow: hidden;
    max-width: 970px;
    margin:0 auto;
}
.arrow-home-content .strip--image__container>img{
    width:100%;
}
.arrow-home-content .strip__content {
    padding-left: 0;
    padding-right: 0;
}
.arrow-home-content .strip__curated {
    display: table;
    position: relative;
    width: 100%;
}
.arrow-home-content .strip__subheading {
    margin: 16px 0 0;
    font-size: 1.25em;
    line-height: 1.2;
}
.arrow-home-content .strip__main__head {
    vertical-align: bottom;
    margin-bottom: 0;
}
.card-strip--3-items-arrow-home .card__main {
    height: auto;
    max-height: 100%;
    overflow: hidden;
}
.card-strip--3-items-arrow-home.card-strip::before, .card-strip--3-items-arrow-home.card-strip::after {
    content: none;
    display: table;
}
.card-strip--3-items-arrow-home {
    display: flex;
    justify-content: space-between;
}
.card-strip--3-items-arrow-home .card-strip::after {
    clear: both;
}
.card-strip--3-items-arrow-home .card-strip__item {
    width: 33%;
    max-width: 312px;
    margin-bottom: 16px;
}
.card-strip--3-items-arrow-home .card__media {
    height:175px;
}
.card-strip--3-items-arrow-home .card__media>img {
    width:100%;
    max-width:1000px;
}
@media (max-width: 1209px) {
    .arrow-home-content.strip--curated-items .strip--image__wrapper {
        height: auto;
    }
    .arrow-home-content.strip--curated-items .strip__wrapper::after {
        background-image: linear-gradient(to bottom,transparent 35%,rgba(0,0,0,0.4) 70%,black 84%);
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 73%;
    }
    .arrow-home-content .strip__head {
        padding: 16px 0;
    }
    .arrow-home-content .strip__content {
        margin-top:-200px;
    }
}
@media (max-width: 1023px) {
    .arrow-home-content .strip__bn__alt {
        padding: 16px 48px 8px 48px;
        margin-bottom: 16px;
        margin:0 auto;
    }
    .arrow-home-content .strip__bn__alt a {
        padding: 6px 48px;
    }
    .arrow-home-content.strip--curated-items .strip__wrapper::after {
        background-image: linear-gradient(to bottom,transparent 21%,rgba(0,0,0,0.4) 75%,black 93%);
        height: 64%;
    }
    .arrow-home-content .strip__content {
        margin-top:-52px;
    }
    .card-strip--3-items-arrow-home {
        flex-wrap: wrap;
    }
    .arrow-home-content .strip__head {
        padding: 0;
    }
    .card-strip--3-items-arrow-home .card-strip__item {
        width: 33%;
        max-width: 320px;
    }
    .card-strip--3-items-arrow-home .card-strip__item{
        padding-right:8px;
        padding-left: 8px;
    }
    .card-strip--3-items-arrow-home .card-strip__item:first-child {
        padding-right:8px;
        padding-left: 0;
    }

    .card-strip--3-items-arrow-home .card-strip__item:nth-child(3n) {
        padding-left:8px;
        padding-right: 0;
    }
    .card-strip--3-items-arrow-home .card__media > img {
        width: 160%;
        max-width: 978px;
        position: absolute;
    }
}
@media (max-width: 820px) {
    .arrow-home-content.strip--curated-items .strip__wrapper::after {
        background-image: linear-gradient(to bottom,transparent 21%,rgba(0,0,0,0.4) 70%,black 86%);
        height: 59%;
    }
}
@media (max-width: 689px) {
    .arrow-home-content .strip__content {
       margin-top: 0;
    }
    .arrow-home-content.strip--curated-items .strip__wrapper::before {
        background: rgba(0,0,0,0);
    }
    .arrow-home-content.strip--curated-items .strip__wrapper::after {
        background-image: none;
    }
    .arrow-home-content .strip__head {
        padding: 16px;
    }
    .arrow-home-content .strip--image__container:after {
        background-image: none;
    }
    .card-strip--3-items-arrow-home a.card__link {
        display: flex;
    }
    .card-strip--3-items-arrow-home .card-strip__item {
        max-width: 100%;
        width: 100%;
        padding:0 16px;
        margin-bottom:0;
    }
    .card-strip--3-items-arrow-home .card-strip__item{
        padding-right:0;
        padding-left: 0;
    }
    .card-strip--3-items-arrow-home .card-strip__item:nth-child(3n),
    .card-strip--3-items-arrow-home .card-strip__item:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    .card-strip--3-items-arrow-home .card__media {
        width:44%;
        height: auto;
        margin-top: 8px;
    }
    .card-strip--3-items-arrow-home .card__main {
        width: 56%;
        padding:0 16px;
    }
    .card-strip--3-items-arrow-home .card-strip__item {
        border-top: 1px solid rgba(255,255,255,0.2);
    }
    .card-strip--3-items-arrow-home .card-strip__item .card {
        padding: 8px 16px 16px 16px;
    }
    .card-strip--3-items-arrow-home .card__media > img {
        width: auto;
        max-width: 100%;
        position: relative;
    }    
}