.cnt.v7 {

    /* Content scroll area — max-height on desktop only */
    @media screen and (min-width: 1280px) {
        .cnt-v7-scroll {
            max-height: 800px;
            overflow-y: auto;
        }
    }

    .cnt-v7-stack-img img {
        display: block;
        width: 100%;
        height: auto;
    }

}
