My mind is malfunctioning.
Is there a way to target devices with a device aspect ratio less than 16/9, meaning wider than 16/9? I can't seem to get this code working correctly.
This is specifically for portrait mode within an iOS/Android cordova app.
@media only screen and (max-device-aspect-ratio: 16/9) {
}