.cl-waterfall {
	width: 100%;
	box-sizing: border-box;

	&::after {
		content: "";
		display: block;
		clear: both;
	}

	&-column {
		float: left;
		break-inside: avoid;
	}
}
