Hiding the Search bar elements

How hide search_banner.subhead?

Can you add feature Hide on mobile?

You can empty the content to hide it:

This can be done with CSS added to your theme:

.mobile-view .search-banner {
  display: none;
}