.products__listing{background:#fff;display:flex;flex-wrap:wrap}.products__listing--no-bottom .product__item{border-bottom:none}.products__listing--shadow{border:1px dotted rgba(0,0,0,.2);box-shadow:10px 10px 13px rgba(0,0,0,.15)}.product__item{background:#fff;border-bottom:1px solid #ecf0f1;border-right:1px solid #ecf0f1;overflow:hidden;padding:20px 25px;position:relative;transition:background-color .2s ease-in;width:25%}.product__item__overlay{background:rgba(0,0,0,.8);height:100%;left:0;opacity:0;padding-top:160px;position:absolute;text-align:center;top:0;transition:opacity .15s!important;width:100%;z-index:3}.product__item:hover{background:#ecf0f1;text-decoration:none}.product__item:hover .product__item__overlay{opacity:1}.product__item:nth-child(4n){border-right-width:0}.product__item__image{bottom:0;left:0;margin:auto;max-height:250px;position:absolute;right:0;top:0;z-index:2}.product__item__image__container{height:250px;position:relative;text-align:center}.product__item__name{color:#5e8826;font-size:20px;font-weight:600;text-transform:uppercase}.product__item__description{color:#1a1a1a;font-size:14px;height:170px;line-height:1.5em;margin-bottom:10px;overflow:hidden}.product__item .products__listing{display:flex;flex-wrap:wrap;justify-content:center}.product__item .product{margin:10px 0;overflow:hidden;padding:10px 0;position:relative;text-align:center;width:25%}.product__item .product:hover{background:#fbfbfb}.product__item .product:hover .product__overlay{opacity:1}.product__item .product__image{margin:15px}.product__item .product__name{font-size:20px}@media screen and (max-width:768px){.product__item{width:33%}.product__item:nth-child(4n){border-right-width:1px}.product__item:nth-child(3n){border-right-width:0}}@media screen and (max-width:576px){.products__listing{display:block}.product__item{display:block;width:100%}.product__item__description{height:auto}}.container--about{background:#f9f9f9;box-shadow:10px 10px 13px rgba(0,0,0,.15);margin-bottom:-90px;padding:50px;position:relative;top:-110px;z-index:5}@media screen and (max-width:576px){.container--about{padding:15px}}