.image.staff-headshot-fix
{
  max-width: 200px;
  max-height: 200px;
  width: 90%;
  margin: 5%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.image
{
  padding-bottom: 0px;
}