/*Targets the parent container of the simple list items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
   display: flex;
   flex-direction: column;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        background-image: url(https://static.mywebsites360.com/d3b8dc4c83744a418769cd3b9776b504/i/e8c502ba0dd04230bfa5574d1d9a2943/1/5feFb8zhrk/mobile.jpg);
    }
}