.image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
