I try to hide some elements in iPhone 5 & 5S in portrait & landscape but it was effecting for all iphone devices, below is the code.
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
span.hmlabel{
display:none;
}
}