.small-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%; /* This makes it a circle */
  object-fit: cover;  /* Ensures the photo stays centered and fills the circle */
}