Design broke in iphone resolution inpad

design breaks when viewed in iphone resolution in ipad running IOS 9.2.
How to fix this?
Any help would be appreciated.

Attached image:

Please check the image attached.All text in right panel is broke. Not showing full view "when viewed in iphone resolution in ipad running IOS 9.2"In css i am using media query for iPhone resolution that is below : @media only screenand (min-width : 320px)and (max-width : 767px) { //style goes here… } Any help would be appreciated.

Are you talking about running in the app or a web page?