.founder-photo {
  display: block;
  width: min(100%, 310px);
  height: auto;
  aspect-ratio: auto;
  margin: 0;
  background: transparent;
  border-radius: 0;
}

.founder-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  filter: saturate(.86) contrast(1.04);
}

.founder-photo figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
}

.founder-photo figcaption i {
  position: relative;
  right: auto;
  bottom: auto;
  width: 52px;
  height: 52px;
  margin-top: -42px;
  border: 5px solid var(--paper);
  background: var(--acid);
  color: var(--ink);
}

@media (max-width: 760px) {
  .founder-photo { width: 210px; }
  .founder-photo figcaption i { width: 48px; height: 48px; }
}
