body {
  span.close {
    display: none;
  }

  &.close {
    span.close {
      display: block;
      position: absolute;
      top: 20px;
      right: 51px;
      font-size: 1.5em !important;
      font-family: sans-serif;
      font-weight: 700;
    }
  }
}

