Control: No Viewport Tag

body {
  background: red;
}

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