Games
/* ----------- iPhone 4 and 4S ----------- */ /* Portrait and Landscape */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { .showmessage {display:block !important;} .showgame {display:none;} } /* Portrait */ @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { .showmessage {display:block !important;} .showgame {display:none;} } /* Landscape */ @media only screen and (min-device-width: 320px) and (max-devic