@media screen and (min-width: 750px) {
  .collection-hero__image-container {
    align-self: auto !important;
    justify-items: center;
    max-height: 40rem;
  }

  .collection-hero__image-container img {
    position: relative !important;
    height: 50% !important;
    width: 50% !important;
  }
}

.collection-hero__image-container {
    border: none !important;
}