/* Flip 50-50 Stacking Order in Mobile */

.block_c11f0a08d9a9437b99eadc68ae453ebf {
    display: flex;
    flex-flow: wrap-reverse;
}

/* Mobile Hero Sizing */

@media only screen and (max-width: 767px) {
    .blockWrap_c11f0a08d9a9437b99eadc68ae453ebf .contentTitle {
    font-size: 40px;
    }
    div.blockWrap_c11f0a08d9a9437b99eadc68ae453ebf {
    padding-top: 30px;
    padding-bottom: 20px;
    }
}

/* Custom Mobile Background Image - Mid Section Homepage */

@media only screen and (max-width: 768px) {
    div.blockWrap_d2f7002f8fca4f6a8810a0f69c99c71b {
        background-image: url();
        padding-top: 150px;
        padding-bottom: 80px;
    }
}