/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e72290fe673945678292d440a8ba4563 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e72290fe673945678292d440a8ba4563 > .item {
	display: flex;
	flex-direction: column;
}

/* 2 Column Simple List in Mobile */

@media only screen and (max-width: 767px) {
    .items_c5217b8ab82a47938fd429a6bdea1e0b .item {
        width: 50%;
        float: left;
    }
}

/* Fix Disappearing Mobile CTA Text */

@media only screen and (max-width: 768px) { 
    .cols2 .imgGridItem .imgHover-content,
    .cols4 .imgGridItem .imgHover-content{
        display: block!important;
    }
}



/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem,
    .blockContent.cols4 .imgGridItem{
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_ba7dd6e9e0014a019b947d4080de9d29 {
        background-image: url(https://static.mywebsites360.com/b9405fc28de4425dad1e6d485427d485/i/ca72e0f86ae94f06b0f5fef4c46cd1a1/1/5feFb8zhrk/mobilebg.png);
    }
}

@media (max-width: 767px) {
    .blockWrap_ba7dd6e9e0014a019b947d4080de9d29 {
        display: none
    }
}