.v-products-card__photo {
  line-height: 0px;
  text-align: center;
}

.v-products-card__photo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: max-height .2s,max-height .2s;
  width: auto !important;
  height: auto !important;
}

.v-products-card__photo {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d4d4;
  position: relative;
}

.v-products-card__item-wrap {
  font-size: 14px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.v-product-image__img, .v-product-image__link img {
  max-width: 100%;
  max-height: 400px;
  vertical-align: top;
  width: auto;
  height: auto;
}