/* Custom Mobile Background Image */

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

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