/* Equalize Simple List Blocks*/

/* Change item class here */
.items_eba1509156914094a79d51295dc1ad6e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_eba1509156914094a79d51295dc1ad6e > .item {
	display: flex;
	flex-direction: column;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}