If the element which supports keyboard input (such as an input element, or any other element that would triggers a virtual keyboard to be shown on focus if a physical keyboard were not present), indicate focus.
- @media (min-width: 769px) and (max-width: 1023px) {
+ @media (769px <= width < 1024px) {