how to hide a block in the mobile version?

how to hide a block video with text in the mobile version? I have a theme baseline

rifestock.com

password  Zah

Hi @rifestock add this in theme.scss.liquid in ass the bottom

@media only screen and (max-width: 760px) {
  .video-with-text-overlay {
   display:none;
  }
}