.section-slideshow {
  position: relative;
  overflow: hidden;

  .slideshow__header {

    + .slideshow__content {
      margin-top: 5rem;

      @media only screen and (min-width: 990px) {
        margin-top: 4rem;
      }
    }
  }

  .slideshow__slide--content-wrapper {
    width: 100%;

    @media only screen and (min-width: 990px) {
      width: var(--content-width);
    }
  }

  .slideshow__slide--title {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .slideshow__slide--description {
    margin-top: 1.6rem;
  }

  .slideshow__slide--button {
    margin-top: 4rem;
    font-size: 1.4rem !important;
  }
}

.slideshow {
  position: relative;
  overflow: hidden;
}