Can I use @media screen and (orientation:portrait) {}
to make my code work on mobile devices only?
I believe that cell phones and smartphones are the only ones that have $(window).height()
greater than $(window).width()
or screen height greater than width.