
@media all and (max-width: 800px){

    #promotions .promo .inner, #promotions .promo:nth-child(even) .inner {
        flex-direction: column;
    }

    #promotions .promoImg, #promotions .promoCopy {
        width: 100%;
        text-align: center;
    }

    #promotions .promo:nth-child(even) .inner .promoImg {
        text-align: center;
    }

    #promotions .promoImg {
        max-height: 25em;
        margin-top:2em;
    }

    #promotions .promoCopy {
        padding:2em 2em 4em;
    }
}
