/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 767px) {
    div.blockWrap_aaf16c2ecc1241498c6e401772758dab {
        background-image: url(https://static.mywebsites360.com/a2ea7eb8998045eb8f24dfc2fddc659c/i/d291529e10774812b80885ccf7baefa4/1/5feFb8zhrk/mobile%20hero%20image%20new.jpg);
    }

    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        background-image:url(https://static.mywebsites360.com/a2ea7eb8998045eb8f24dfc2fddc659c/i/e1a1cf8949d44034b9729905ee97515e/1/5feFb8zhrk/mobile%20hero%20image%20black.jpg);
    }

/* Responsive Hero Styling */
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    
    .block_ff656ccf719d45588c609648520998e1.imgMgn2 .imgRowItem {
        width: 100% !important;
        height: auto !important;
    }
    .block_ff656ccf719d45588c609648520998e1.imgMgn2 .imgRowItem img {
        width: 100% !important;     
        margin-top: 20px !important;
    }
}