.close {
  @include transition(opacity 300ms);
  cursor: pointer;

  &, &:hover {
    opacity: 1;
  }
}