.photo-story {
  max-width: 680px;
  margin: 60px auto 90px;
}

.photo-story h1 {
  margin: 25px 0;
  font-family: "Songti SC", Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.45;
}

.photo-story .lead {
  max-width: 680px;
  margin: 22px 0 52px;
  color: #737b74;
  font-size: 19px;
}

.photo-entry {
  margin: 0 0 64px;
}

.photo-entry img {
  display: block;
  width: 100%;
  height: auto;
  background: #ecefec;
}

.photo-entry figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 2px 0;
  color: #6f7771;
  font-size: 13px;
}

.photo-entry .place {
  color: #303a33;
}

.photo-entry .exposure {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.photo-entry.portrait {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.photo-note {
  max-width: 680px;
  margin: 0 auto 56px;
  color: #465149;
  font-family: "Songti SC", Georgia, serif;
  font-size: 22px;
  line-height: 2;
}

@media (max-width: 700px) {
  .photo-story {
    margin-top: 40px;
  }

  .photo-story h1 {
    font-size: 33px;
  }

  .photo-story .lead {
    margin-bottom: 38px;
    font-size: 17px;
  }

  .photo-entry {
    width: 88%;
    margin-right: auto;
    margin-bottom: 34px;
    margin-left: auto;
  }

  .photo-entry.portrait {
    width: 76%;
  }

  .photo-entry figcaption {
    display: block;
  }

  .photo-entry .exposure {
    margin-top: 3px;
    text-align: left;
  }

  .photo-note {
    font-size: 19px;
  }
}
