.ease {
  transition: all .5s ease;

  &-short {
    transition: all .25s ease;
  }

  &-long {
    transition: all 1s ease;
  }
}
