@media (max-width: 780px) {
	.home .entry-summary,
	.home .post-summary,
	.home .post-excerpt,
	.home .bb-post .entry-content {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.home img {
		height: auto;
		max-width: 100%;
	}
}

