/* CSS Document */
.three{display:none; margin:20px; padding:20px; font-size:16px;}

.product-item-photo{height:348px; overflow:hidden;}
@media (max-width: 767px) {
  .product-item-photo {
    height:auto;
  }
}

