.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;

  &:not(.show) {
    opacity: 0;
  }
}
