#app {
    position: absolute;
    top: 100px;
    right: 120px;
    left: 120px;
    z-index: 111;
}

.demo-stories {
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
}

.demo-stories.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.demo-stories.is-dragging .demo-stories-link {
    pointer-events: none;
}

.demo-stories-link {
    min-width: 88px;
    flex: 0 0 auto;
}

.demo-stories-link.is-seen .demo-stories-avatar {
    background-color: #444;
    background-image: none;
}

.demo-stories-link.is-seen .demo-stories-name {
    opacity: 0.65;
}

.demo-stories-avatar-text {
    position: relative;
    z-index: 2;
    display: flex;
    width: 64px;
    height: 64px;
    padding: 8px 6px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right top, #ffc600bd 20%, #ff00409c, #e600cca8 80%);
}

.demo-stories-avatar-text-line {
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    word-break: break-word;
}

.demo-stories-avatar-text-line + .demo-stories-avatar-text-line {
    margin-top: 3px;
}

.stories-slider-user-avatar.is-text {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #000;
}

.stories-slider-user-avatar-text {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 4px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.stories-slider-user-avatar-text-line {
    display: block;
    width: 100%;
    font-size: 7px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    word-break: break-word;
}

.stories-slider-user-avatar-text-line + .stories-slider-user-avatar-text-line {
    margin-top: 2px;
}

.stories-slider-content {
    background: #000;
}

.stories-slider-cta {
    position: absolute;
    right: 16px;
    bottom: 20px;
    left: 16px;
    z-index: 320;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.stories-slider-cta-button {
    width: min(100%, 280px);
    padding: 14px 20px;
    text-align: center;
    pointer-events: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.stories-slider-actions {
    right: 12px;
    justify-content: flex-end;
    gap: 10px;
}

.stories-slider-close-button {
    margin-left: 0;
}

.stories-slider-views {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.stories-slider-views-value {
    display: block;
    white-space: nowrap;
}

.stories-slider-content.is-text {
    padding: 24px;
}

.stories-slider-text-slide {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    color: #fff;
    text-align: center;
}

.stories-slider-text-line {
    display: block;
    max-width: 100%;
    font-size: clamp(24px, 5vw, 42px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    word-break: break-word;
}

.demo-stories-feedback {
    min-height: 20px;
    margin: 8px 12px 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.4;
}

.demo-stories-feedback.is-error {
    color: #ffb7b7;
}

.demo-stories-feedback.is-empty {
    color: rgba(255, 255, 255, 0.68);
}

.demo-stories-feedback.is-loading {
    color: rgba(255, 255, 255, 0.78);
}

.demo-stories-feedback:empty {
    display: none;
}

.hero {
    padding: 230px 0 80px;
}

@media only screen and (max-width: 991px) {
    .hero {
        padding: 200px 0 40px;
        background-size: 165% auto;
    }

    #app {
        top: 70px;
        right: 0;
        left: 0;
    }

    .stories-slider-cta {
        right: 12px;
        bottom: 16px;
        left: 12px;
    }

    .stories-slider-cta-button {
        width: 100%;
        max-width: none;
        padding: 13px 18px;
        font-size: 14px;
    }

    .stories-slider-views {
        min-width: 40px;
        height: 20px;
        padding: 0 7px;
        font-size: 11px;
    }
}
.stories-slider {
    padding-top: 0px;
    padding-bottom: 0px;
    
}
.responsive-menu {
    top: 90px;
    position: relative;
}
img {
    max-width: 100%;
    height: 100%;
}
