@media screen and (min-width: 1681px) {
	.posts article {
	    width: calc(33.3333% - 6em);
	}

	.posts article h5 {
		line-height: 2em;
	}
}