.profile-pic-class { 
  object-fit: cover;
  width: 100px; /* or your circle size */
  height: 100px;
  border-radius: 50%;
}