.scroll-story {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    position: relative;
    height: 100vh;
    overflow: visible;
}
.story-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.story-background .wp-block-cover {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
}

.story-background .wp-block-cover__inner-container {
    max-width: none;
}

.story-background img,
.story-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-slide {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow-y: auto;

    display: flex;
    align-items: center;
    justify-content: center;
}
.story-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}
.story-slide .story-content {
    margin-left: auto;
    margin-right: auto;
}
.story-slide-interactive {
    position: absolute;
    inset: 0;
    align-items: flex-start;
    overflow: visible;
}

.story-slide-interactive .story-content {
    align-self: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
}