/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/sticky-feature/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* -------------------------------- 

File#: _sticky-feature
Title: Sticky Feature

-------------------------------- */
.bsab4s-sticky-feature {
  position: relative;
  z-index: 1;
}

.bsab4s-sticky-feature__content-figure {
  /* images visible on small screens */
  overflow: hidden;
  margin: 0;
}
.bsab4s-sticky-feature__content-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.bsab4s-sticky-feature__media-list {
  position: sticky;
  top: 0;
  height: 100vh;
}

.bsab4s-sticky-feature__media-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsab4s-sticky-feature__media-figure {
  /* images visible on bigger screens */
  overflow: hidden;
  opacity: 0;
  margin: 0;
}
.bsab4s-sticky-feature__media-figure img {
  display: block;
  height: auto;
  width: 100%;
  max-height: 90vh;
}
.bsab4s-sticky-feature-current-item .bsab4s-sticky-feature__media-figure {
  opacity: 1;
}

@media not all and (min-width: 64rem) {
  .bsab4s-sticky-feature__media-wrapper {
    display: none;
  }
}
@media (min-width: 64rem) {
  .bsab4s-sticky-feature__content-list {
    padding-top: 50vh;
    padding-bottom: 50vh;
  }
  .bsab4s-sticky-feature__content-item {
    transition: opacity 0.2s ease;
    opacity: 0.5;
  }
  .bsab4s-sticky-feature__content-item.bsab4s-sticky-feature-current-item {
    opacity: 1;
  }
  .bsab4s-sticky-feature__content-figure {
    /* show only to screen readers */
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
  }
  .bsab4s-sticky-feature__media-list {
    /* text overlay gradients */
  }
  .bsab4s-sticky-feature__media-list::before, .bsab4s-sticky-feature__media-list::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100vw;
    height: 100px;
    pointer-events: none;
  }
  .bsab4s-sticky-feature__media-list::before {
    top: 0;
    background: linear-gradient(to bottom, var(--bsaweb--color--bg), hsla(var(--bsaweb--color--bg-h), var(--bsaweb--color--bg-s), var(--bsaweb--color--bg-l), 0.8), hsla(var(--bsaweb--color--bg-h), var(--bsaweb--color--bg-s), var(--bsaweb--color--bg-l), 0));
  }
  .bsab4s-sticky-feature__media-list::after {
    bottom: 0;
    background: linear-gradient(to top, var(--bsaweb--color--bg), hsla(var(--bsaweb--color--bg-h), var(--bsaweb--color--bg-s), var(--bsaweb--color--bg-l), 0.8), hsla(var(--bsaweb--color--bg-h), var(--bsaweb--color--bg-s), var(--bsaweb--color--bg-l), 0));
  }
}
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

/*# sourceMappingURL=style-index.css.map*/