Media query bugfix
Fixes a strange bug with our media-query mixins. Apparently em
-based media-queries do not calculate correctly if the font-size differs from the user's default — usually 16px. At this point, we have hard-coded 16 into our media-query mixins until we can find a better solution.