.dtc-new-landing-page {
  display: none;
}

@media (max-width: 768px) {
  .dtc-new-landing-page {
    display: block;
  }
}