@media only screen and (min-width: 641px) and (max-width: 1023px) {
  div {
    content: "medium only";
  }
}
