/* ||| COPY: CSS ||| Start */

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

	.landingpage-blocks-block:nth-child(2n+4) .block-small {
		clear: left;
	}
}
/* VERY special Fix (WILL BREAK EASYLY) */
.landingpage-blocks-block:nth-child(19) .block-small {
	clear: none;
}

/* ||| COPY: CSS ||| End */