.box_product_collections .single-large {
	height: 500px;
}
.box_product_collections .multi-small {
	height: 250px;
}

@media(max-width: 991px) {
	.box_product_collections .multi-small,
	.box_product_collections .single-large {
		height: 200px !important;
	}
}