.productlist-unit {
  height: auto!important;
  min-height: 400px;
}

.productlist-unit .product_Name {
  padding: 2% 5% 0;
}

@media screen and (max-width:480px){
.productlist-unit .product_Name {
  min-height: 35px!important;
}
}
@media screen and (min-width:481px) and (max-width:768px){
.productlist-unit .product_Name {
  min-height: 80px!important;
}
.productlist-unit {
  width: 49%;
}
}
@media screen and (min-width:769px){
.productlist-unit .product_Name {
  min-height: 80px!important;
}
}
