@mixin hidetext(){
  overflow: hidden;

  &:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
  }
}
