.img-cover {
  object-fit: cover;
}

.img-fill {
  object-fit: fill;
}

.img-circle {
  border-radius: 50%;
}
