"Device Orientation" support in custom media queries

I believe it is a super understated problem to not have a native way to add orientation support in media queries.
Mobiles on landscapes have a tendency to reach widths beyond what you set for Tablet portrait width hence breaking the layout.

So, being able to: @media (min-width: ...) and (orientation: ...) will most likely help us create more tailored layouts less-prone to break. Thanks