How can I completely hide a specific section on desktop?

Hey there,

I want to hide a specific section on desktop. Using media query in the given section, I was able to hide a part of the section. However, there is still something visible. See screenshot below. How can I fix this and hide the whole section?

Hey @nils02 ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

it’s

https://greenbirk2.myshopify.com/

thank you

Could you please help me with your store password?

Sorry, forgot to mention it: 54321

Hey @nils02 ,
please add this to your base.css file.

#shopify-section-template--15992991842517__165324927518fe490e {
  display: none !important;
}

If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman