@mixin hideText {
  color: transparent;
  left: -100%;
  overflow: hidden;
  position: absolute;
}
