.collection-image {
  width: 100%;
  height: 170px;
  background-color: var(--color-white);
}
.collection-image .image-container {
  width: 100%;
  height: 100%;
}
.collection-image .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  .collection-image {
    height: 300px;
  }
}
