@media only screen and (min-width: 1024px) {
  div {
    content: "large only";
  }
}
