I made an attempt to conceal certain elements specifically on iPhone 5 & 5S in both portrait and landscape orientations, but unfortunately, it ended up affecting all iPhone devices. Below is the code snippet used:
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
span.hmlabel{
display:none;
}
}