/*
 * About page — scope image sizing so the portrait photo doesn't
 * stretch the full content width.
 */

.about .text img {
  max-width: 60%;
  width: auto;
  height: auto;
  display: block;
}

.about .text figure {
  max-width: 60%;
}

.about .text figure img {
  max-width: 100%;  /* fill the figure, which is already constrained above */
}
