#products {
  font-size: 0;
}
#products figure {
  display: inline-block;
  width: 30%;
  margin: 1.66%;
  font-size: 14px;
  border-radius: 15px;
  padding: 12px;
  box-sizing: border-box;
  vertical-align: top;
  transition: transform .4s;
}
#products:not(.en) figure {
  cursor: pointer;
}
#products:not(.en) figure:hover {
  transform: scale(1.2);
}
#products a {
  display: block;
  text-decoration: none;
  color: black;
}
#products figure img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 10px #CCC;
}
#products figcaption {
  margin-top: 1em;
  line-height: 1.6em;
  text-align :center;
}