@media (min-width: 640px) {
  /* comment */
}
@media (min-width: 320px) {
  div {
    /* comment */
  }
}
