.event {
	margin: 30px 0;
}

.event-image {
	text-align: center;
}

.event-image img {
	border-radius: 50%;
}

.event-title {
	font-weight: bold;
}

.event-location {
	font-size: 0.80em;
	font-style: italic;
}

.event-read-more {
	font-weight: bold;
	text-align: right;
}

.clickable-block {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

@media (max-width: 767px) {
	.event {
		text-align: center;
	}
	
	.event-title {
		margin-top: 15px;
	}
}