I have following doubts:
1) Does the device-width that a media query matches, change depending on the mode (portrait vs landscape)?
2) Do usual laptops and desktops ever match portrait mode? Is the orientation random/undefined for devices that do not have screen rotation? Or does it always logically correspond to portrait (if height < width) and landscape (width < height).
regards
JP