/*INSTRUCTIONS FOR ADDING EVENTS IMAGE INCLUDED*/
/*Add 'Events Image Included' Block to the Block Layout (select domain and '<front>').
Activate this Stylesheet on the Domain Below.
DO NOT MAKE CHANGES TO THIS STYLE SHEET. OVERWRITE ALL CHANGES ON SITE SPECIFIC CSS*/


.eventimg {
	padding: 5px;
	width: 155px;
	height: 155px;
	float: left;
}

.eventimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eventbody {
	width: calc(100% - 175px);
	float: right;
	white-space: normal;
	word-break: break-word;
}

.eventdiv {
	clear: both;
}

.more-link {
	display: block;
	clear: both;
}

