/* Currently 3 screen sizes supported : - micro: < 500px - tiny: < 850px - small: < 1200px - normal: >= 1200px Ex: @media screen and (max-width: @var) */ @micro: 499px; @tiny: 849px; @small: 1199px; @normal: 1449px;