.figure {
  float: left;
  margin-bottom: 0.5em;
  margin-left: 5%;  /* 12px / 474px */
  width: 90%;  /* 231px / 474px */
}
img {
  max-width: 100%;
}
/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}