figure {
  margin: 2rem auto;
  max-width: 100%;
}

figure img.article-image {
  display: block;
  width: 100%;
  max-width: 740px;
  height: auto;
  border-radius: 4px;
  margin: 0 auto;
}

figure img.hero-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 0 auto;
}

figcaption {
  text-align: center;
  font-size: 0.875rem;
  color: #8c929d;
  margin-top: 0.5rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  figure {
    margin: 1.5rem auto;
  }

  figure img.article-image,
  figure img.hero-image {
    border-radius: 3px;
  }
}
