figure {
  margin: 0;
}
figure img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

figcaption {
  margin: 16px 0;
}