/* Flip 50-50 Stacking Order in Mobile */

.block_edd229ec52764c449ca686efd27fab7b {
    display: flex;
    flex-flow: wrap-reverse;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_ebe685acffdd4f35a3372751b8ee03e5 {
        background-image: url(https://static.mywebsites360.com/d938383aad0348d4925cf8ae5defed9f/i/dccf03a4d1924341a5c1157e8f5407bc/1/GCuCv726gZycFxatRCb7iU/Hero-mobile4.jpg?dpr=2);
    }
}

/*Hide desktop banner on mobile*/
@media screen and (max-width: 768px) {
    .desktopCTA {
        display: none;
   }
    .mobileCTA img {
        width: 100%;
   }
}
/*Hide mobile banner on desktop*/
@media screen and (min-width: 768px) {
    .mobileCTA {
        display: none;
   }
    .desktopCTA {
        text-align: right;
   }
}