@media (min-width: 1200px) {
    .masthead__stats__left .masthead__stats_col {
        position: relative;
        transform: translateY(50px);
        opacity: 0;
    }

    .masthead__stats__right .masthead__stats_col {
        position: relative;
        transform: translateY(-50px);
        opacity: 0;
    }

    .masthead__text > *,
    .masthead--innerpage__text > *,
    .masthead--innerpage .jump-links,
    .masthead--innerpage .jump-links li {
        position: relative;
        transform: translateY(50px);
        opacity: 0;
    }

    .masthead--innerpage__image-img {
        transform: translateX(50px);
        opacity: 0;
    }

    .animated-content > * {
        transform: translateY(50px);
        opacity: 0;
    }

    .product-store__image__col {
        > img {
            transform: scale(0.85);
            opacity: 0;
            position: relative;
        }

        .store-point {
            opacity: 0;
            transform: scale(1.5);
        }
    }

    .animated-image {
        transform: translateX(-50px);
        opacity: 0;
    }

    .savings-callout__image-wrapper {
        .savings-callout__image--small {
            transform: translateY(-50px);
            opacity: 0;
        }

        .savings-callout__image--big {
            transform: translateY(50px);
            opacity: 0;
        }
    }
}