/* Landscape */
@media screen and (orientation:landscape)
and (min-device-width: 479px)
and (max-device-width: 668px) {
// code goes here ...
}
/* Landscape */
@media screen and (orientation:landscape)
and (min-device-width: 479px)
and (max-device-width: 668px) {
// code goes here ...
}