/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item p {
    margin-bottom: 20px;
}
/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_dbae9961ed934a5ba623089827ae62ba {
        background-image: url(https://static.mywebsites360.com/da5ce8e2d31a44398bf6e8ff5bbf11e4/i/f989d644f6624cf1b9b91e38dd70ce3d/1/GCuCv726gZycFxatRFZ6HA/mobile.jpg);
    }
}