/* Mobile (phones) */
/* @mobile-portrait:  (max-width: 575px) and (orientation: portrait) */
/* @mobile-landscape: (max-width: 1366px) and (max-height: 575px) and (orientation: landscape) */

/* Tablet */
/* @tablet-portrait:  (min-width: 576px) and (max-width: 1366px) and (orientation: portrait) */
/* @tablet-landscape: (max-width: 1366px) and (min-height: 576px) and (max-height: 1366px) and (orientation: landscape) */

/* Desktop */
/* @desktop: (min-width: 1367px) */
