What im trying to achieve is a media query that will work only on all smartphone on portrait orentationI was using so far this one, but it isnt working in iPhone 5. Why is this?\[code\]@media only screen and (max-width:800px) and (orientation: portrait){ aside{ display: none;}}\[/code\]