@media only screen and (min-width: 320px) {
/* Styles */
}
@media only screen and (min-width: 320px) and (orientation: landscape) {
/* Styles */
}
@media only screen and (min-width: 321px) and (max-width : 700px) {
/* Styles */
}
@media only screen and (min-width: 701px) {
/* Styles */
}
Breakpoints should be selected based on your specific design