.img-responsive {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.rounded-img {
  max-width: 99%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
