can I make my main image banner on the home page max screen height for mobile devices. Please see screenshot of current look and desired look. Attached is my code, it worked on my test theme but on my live theme it does not work.
Store URL: https://aoapparel.co.uk/
@media screen and (max-width: 750px) {
#Banner-template--16711384924470__image_banner::after {
min-height: 100vh;
}
.media>img {object-fit: cover !important;}
}
}


