@mixin hide {
  /* Kellum Replacement Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
  position: absolute;
  text-indent: 100%;
  height: 0;
  white-space: nowrap;
  overflow: hidden;
}
