.collection-description img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .collection-description img {
    height: 500px;
  }
}

.collection-info--relative .collection-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
