#index .featured-products .product-title a {
  display: -webkit-box;
  height: 2.7em;
  min-height: 2.7em;
  max-height: 2.7em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
