@media (min-width: 1440px) {
    /* ================== Begin moment ================== */
    body.featured-collections .promo-content .intro-block.moments .moments-inner > .moments-item .image {
        height: 340px;
        width: 340px;
    }
    /* ================== End moment ================== */

    /* ================== Begin triple-tout ================== */
    body.featured-collections .promo-content .triple-tout {
        padding-bottom: 0;
        margin-bottom: 200px;
        position: relative;
    }
    body.featured-collections .promo-content .triple-tout .text-container {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        position: absolute;
        width: 25%;
        right: 20%;
        top: 12.5%;
    }
    body.featured-collections .promo-content .triple-tout .text-container h3 {
        font: 28px/42px Montserrat,sans-serif;
        font-weight: 600;
        margin: 0 0 1.25vw;
        letter-spacing: 0;
        text-transform: uppercase;
        text-align: center;
        max-width: 500px;
    }
    body.featured-collections .promo-content .triple-tout .text-container a {
        position: relative;
        bottom: auto;
    }
    body.featured-collections .promo-content .triple-tout .image-container {
        width: 80%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: auto;
    }
    body.featured-collections .promo-content .triple-tout .image {
        width: 30.33333%;
    }
    body.featured-collections .promo-content .triple-tout .image:first-of-type {
        width: 50%;
    }
    body.featured-collections .promo-content .triple-tout .image:not(:first-of-type) {
        border: 10px solid #fff;
        display: inline-block;
        margin-top: -5%;
        margin-left: 30%;
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    body.featured-collections .promo-content .triple-tout .image:first-of-type img {
        width: 50%;
    }
    body.featured-collections .promo-content .triple-tout .image:last-of-type {
        border-left: none;
        margin-left: 0;
    }
    body.featured-collections .promo-content .triple-tout.reverse .text-container {
        right: auto;
        left: 20%;
    }
    body.featured-collections .promo-content .triple-tout .image-container.man .image-main {
        width: 50%;
    }
    body.featured-collections .promo-content .triple-tout.reverse .image-container .image:first-of-type {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    body.featured-collections .promo-content .triple-tout.reverse .image-container .image:nth-of-type(2) {
        margin-left: 0;
    }
    /* ================== End triple-tout ================== */
}

@media (min-width: 1220px) {
    /* ================== Begin triple-tout ================== */
    body.featured-collections .promo-content .triple-tout {
        width: auto;
    }
    /* ================== End triple-tout ================== */
}

@media (max-width: 1439px) {
    body.featured-collections .promo-content .triple-tout {
        overflow-x: hidden;
    }
    body.featured-collections .promo-content .triple-tout .image-container.woman .image-main,
    body.featured-collections .promo-content .triple-tout .image-container.man .image-main {
        height: 70vh;
        width: 100%;
    }
    body.featured-collections .promo-content .triple-tout .image-container.woman .addition-1,
    body.featured-collections .promo-content .triple-tout .image-container.woman .addition-2,
    body.featured-collections .promo-content .triple-tout .image-container.man .addition-2,
    body.featured-collections .promo-content .triple-tout .image-container.man .addition-2 {
        min-height: 400px;
    }
    body.featured-collections .promo-content .triple-tout .text-container a {
        transform: perspective(1px) translateZ(0) translateX(-50%);
        -o-transform: perspective(1px) translateZ(0) translateX(-50%);
        -ms-transform: perspective(1px) translateZ(0) translateX(-50%);
        -moz-transform: perspective(1px) translateZ(0) translateX(-50%);
        -webkit-transform: perspective(1px) translateZ(0) translateX(-50%);
        left: 50%;
    }
}
