Control: No Viewport Tag

body {
  background: red;
}

@media (min-width: 410px) {
  body {
    background: green;
  }
}