// Default styles for linear / non-scrolly layout
// Used as a fallback styles for old browsers
// Enhanced/extended later for modern browsers
.n-scrollytelling {
  .n-scrollytelling__overlay-text {
    margin-bottom: 24px;
    margin-top: 0;
    font-size: var(--o3-type-body-lg-font-size);
    line-height: var(--o3-font-lineheight-3);
  }

  .n-scrollytelling__image {
    width: 100%;
    height: 100%;
  }
}