@media only screen and (max-width: 3) and (min-width: 4) { /* hey */
  color: red; }
