aos/episode-1/src/assets/css/scss/_smartapePresentation.scss

.smartapePresentation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    .chatForStory{

        .title{
            width: 50%;
            margin: 20vh 10vw 10vh 40vw;
            text-align: left;
            color: white;

            h2{
                font-size: calc(3vw + 3vh);
            }
        }
        .content{
            width: 80%;
            max-height: 20%;
            top: initial;
            bottom: 5%;
        }
    }

    .slideContainer{
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        height: 100%;
        overflow: hidden;

        .slide{
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
        }
    }

}

Graph