.photo {
  text-align: center;
  margin: 1rem 0;
}

.photo img {
  max-width: 100%;
  height: auto;
}

.photo figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.4rem;
}
