@media screen and (max-width: 749px){
.collection .banner,
.collection .banner__media,
.collection .banner__media img,
.collection-hero,
.collection-hero__image-container,
.collection-hero img {
height: auto !important;
min-height: unset !important;
max-height: none !important;
}
.collection .banner__media img,
.collection-hero img {
position: relative !important;
width: 100% !important;
height: auto !important;
object-fit: contain !important;
object-position: center center !important;
}
.collection .banner__media,
.collection-hero__image-container {
overflow: visible !important;
}
}