Different height for mobile and desktop hero image banner

Different height for mobile and desktop hero image banner

1. In the section, custom CSS
2. Insert the following code:

Idea
@media screen and (max-width: 749px) {
  .banner__media {
    padding-top: 10%;
    padding-bottom: 10% !important;
  }
}