.wd-products[class*="wd-stretch-cont"] .wd-carousel-item {
	height: auto;
}

.wd-products[class*="wd-stretch-cont"].wd-grid-f-col .wd-product {
	height: auto;
}

@media (min-width: 1025px) {
	.wd-products.wd-stretch-cont-lg .wd-carousel-wrap {
		align-items: stretch;
	}
}

@media (max-width: 768.98px) {
	.wd-products.wd-stretch-cont-sm .wd-carousel-wrap {
		align-items: stretch;
	}
	
	.wd-products.wd-stretch-cont-sm .product-wrapper {
		height: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-products.wd-stretch-cont-md .wd-carousel-wrap {
		align-items: stretch;
	}
	
	.wd-products.wd-stretch-cont-md .product-wrapper {
		height: 100%;
	}
}