.staff-bios {
  overflow: hidden;
  margin-bottom: 2.25rem;
}
.staff-bios .frame {
  width: 100%;
  /* set background color in case image isn't big enough to cover figure */
  background-color: #333;
}
.staff-bios .frame img {
  /* 294px = 280px * 1.05 scale factor */
  max-width: 18.375rem;
}
.staff-bios .frame figcaption {
  padding: 0.6875rem 0.5rem;
}
.staff-bios .frame p {
  font-size: 0.75rem;
}
.staff-bios .caption-primary-aux {
  font-weight: 400;
  font-style: italic;
}

/* hide bios (shown via JS modal) */
.staff-bios .content {
  display: none;
}
/* show bios when cloned inside .modal */
.modal .content {
  margin-bottom: 0;
  max-width: 100%;
}
.modal .heading-two {
  margin-top: 0;
}
.member-photo {
  margin: 0 25%;
  border-radius: 50%;
  max-width: 50%;
}
.member-position {
  margin-top: 0.5rem;
  text-align: center;
}
.company-location {
  margin-top: 0;
  font-style: italic;
}



@media (min-width: 20em) {
  .staff-bios .frame {
    width: 50%;
  }
  .staff-bios .frame img {
    /* 268px = 256px * 1.05 scale factor */
    max-width: 16.75rem;
  }
  /* reset default figcaption text size */
  .staff-bios .frame p {
    font-size: 0.875rem;
  }
}

@media (min-width: 30em) {
  .member-photo {
    float: left;
    margin: 0 1.5rem 0 0;
    border-radius: 0;
    width: 6.5rem;
  }
  .member-position {
    margin-top: 0;
    margin-left: 8rem;
    min-height: 6.5rem;
    text-align: left;
  }
}

@media (min-width: 35em) {
  .staff-bios .frame {
    width: calc(100% / 3);
  }
  .staff-bios .frame img {
    /* 210px = 200px * 1.05 scale factor */
    max-width: 13.125rem;
  }
  /* reset default figcaption padding */
  .staff-bios .frame figcaption {
    padding: 0.625rem 0.75rem;
  }
}
