/*smartphones(portrait and landscape)----*/
@media only screen
and (min-device-width:500px)
and (max-device-width:600px){
/*style*/
body{background:green;}
}