.product {
  display : -moz-box;
  display : -webkit-box;
  display : box;
  margin-top : 0.5em;
}
.product > li {
  text-align : center;
  width : 13.5em;
}
.product > li > a > :first-child {
  min-height : 13.0em;
  line-height : 100%;
}
.product > li:not(:first-child) {
  margin-left : 0.5em;
}
.product > li img {
  height : 13.0em;
}
