.truncate {
	position: relative;
	height: 7.2em; /* exactly three lines */
	overflow: hidden;
}
.truncate:after {
	content: "...";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1.8em;
}