Make home page image banner full screen height on mobile devices

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;}
}
}

@LewisSutton

yes, please confirm

Hi @KetanKumar

Yes, that is what I am trying to achieve. Thank you

THIS HAS BEEN RESOLVED******

Can you please let me know how to fix it. I’m facing the same issue too. Thank you