.image-list {
	
}

.image-list article {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}

.image-list article:last-of-type {
	border-bottom: 0;
}

.image-list article figure {
	height: 150px;
	width: 150px;
}

.image-list article > div > :first-child {
	margin-top: 15px;
}

.image-list article h3 {
	margin-bottom: 5px;
}

.image-list article h4 {
	margin: 20px 0 0;
}

.image-list.recent-posts figure {
	border: 1px solid #eaeaea;
}

@media screen and (min-width: 768px) {
	.image-list article {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.image-list article > div {
		width: calc(100% - 170px);
	}
	
	.image-list article > div > :first-child {
		margin-top: 0;
	}
}