/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_d2c5eb4d7a114bb99ffd9c4dc5afc6e1 {
        background-image: url(https://static.mywebsites360.com/d370ddadfed040dc9a3fb1934d7b814c/i/b53e0a1af7be48fc949848a2a576215e/1/GCuCv726gZycFxatknDdac/Mobile%20Hero.png);
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_cf5d2607cb30417cb2dff716d1b07251 {
        background-image: url(https://static.mywebsites360.com/d370ddadfed040dc9a3fb1934d7b814c/i/e5eb858584804f2caf0e2bbaec14d90e/1/GCuCv726gZycFxatknDdac/Mobile%20bottom%20background.png);
    }
    
    
    /* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}

}