.scholar .photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 50%;
}

.scholar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
