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