@media only screen and (min-width: 768px) {
.collection-hero__image-custom {
    height: auto!important;
    width: 100%!important;
    object-fit: contain;
    aspect-ratio: 3 / 2;
}
}