@media only screen and (max-width: 640px) {
  div {
    content: "small only";
  }
}
