/* Present Carlton's existing square portrait as a simple square image block. */
.bio > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
