How to enlarge a specific picture on mobile using the dawn theme?

Hi! How can this specific picture on mobile at www.10xfuel.com displayed bigger?

thx!

Add this code in your base.css or theme.css file:

@media (max-width: 750px) {
  div#Banner-template--15940951933066__image_banner_7gbwYq {
    height: 350px;
  }
}

Add this code to your theme.liquid file after