timk2023 Hi
You can simply add class suffixes for module you want to hide in appropriate screens. This template is built with Bootstrap 3 so you can use classes like: hidden-xs, hidden-sm, hidden-md, hidden-lg
In this case, you want to show on mobile only so I added classes: hidden-sm hidden-md hidden-lg for the banner module and set module style for it:
Kindly check.