.photo-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.photo {
  max-width: 420px;
  height: auto;
}
