/* Desktops & Large Laptops */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {

}

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

}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-width: 1279px) and ((orientation: landscape) or (max-aspect-ratio: 1/1)) {

}