Remove image banner section from Mobile Mode- Dawn Theme

Hello Everyone!

I am using the Shopify Dawn theme. I don’t want to put this image banner section in mobile mode, but want to put the image banner section in desktop mode. Is it possible to remove it in mobile mode and keep it in desktop mode?

Please help me. Thank you.

Store URL: https://dream-tech-zone.myshopify.com/

Password: Admin

@dreamtechzone_5 - please add this css to the very end of your base.css file and check

@media screen and (max-width:749px){
section#shopify-section-template--21560647647511__b91ccb66-05f5-4e4d-b34f-1009ea41f71e {
display: none; visibility:hidden;}
}

Thank you so much.