[data-component~="components/desktop_only"] {
  display: none !important;
  @media (width >= 768px) {
    display: initial !important;
  }
}