I'm trying to use these media queries for S7 and it's not working any other recommendations?
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 4)
and (orientation: portrait) {
/* Style */
}