/* Small Phones */
@media only screen and (min-width: 480px) and (max-width: 639px) {

}

/* Portrait */
@media only screen and (min-width: 480px) and (max-width: 639px) and ((orientation: portrait)  or (max-aspect-ratio: 1/1)) {

}

/* Landscape */
@media only screen and (min-height: 480px) and (max-height: 639px) and ((orientation: landscape)  or (max-aspect-ratio: 1/1)) {

}