/* correcting different block heights */
/* SPECIFIC: intro + n 1/3 (-> 1/2) */
@media screen and (min-width: 960px) {
	.landingpage-blocks-block:nth-child(2n+1) .block-small,
	.landingpage-blocks-block:nth-child(2n+1) .block-verysmall {
		clear: left;
	}
}
@media screen and (min-width: 640px) and (max-width: 959px) {
	.landingpage-blocks-block:nth-child(n+1) .block-small {
		clear: left;
	}
}