/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.multicol img {
	display: block;
}
@media(min-width:992px) {
	.multicol {
		columns: 2;
	}
}

@media(min-width:1200px) {
	.multicol {
		columns: 3;
	}
}

@media(min-width:1400px) {
	.multicol {
		columns: 4;
	}
}