.hide {
  &_vis {
    visibility: hidden;
    display: none;
    font-size: 0;
    height: 0;
    width: 0;
    position: absolute;
  }
}