/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2019 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER
 * support@mypresta.eu
 */

.cmsproducts ul {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
	overflow:hidden;
	min-height:max-content;
}

#cms #center_column .cmsproducts img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

#cms ul.product_list.product_list_cms>li .product-container .product-contents{
	min-height:max-content;
	overflow:hidden;
}