.sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: var(--cookie-consent-index);

  &.top {
    top: 0;
    left: 0;
    bottom: auto;
  }

  .container {
    max-width: var(--main-container-max);
    margin: 0 auto;
  }
}

.notScrolled {
  visibility: hidden;
}
.stickyStoryContainer {
  position: relative;
  height: 20rem;

  > div {
    position: absolute;
    > div {
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 1.5rem 1rem;
      &.container {
        max-width: 50rem;
      }
    }
  }
}
