
#content { padding-top: 0; }
article.single_post { background-color: transparent; padding-top: 0; }
.single_item_actions { display: none; }
.single_post > h1 { display: none; }
.storycontainer { position: relative; }

.storybg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 110vh;
    /*background: url('story_bg_dots.png') left bottom no-repeat;*/
    /*background-size: 90% auto;*/
}

.imgcontainer {
    position: absolute;
    top: 0; left: 0; width: 40%; height: 100%;
    overflow: visible;
}

.storysat {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 80%;
    background: url('satoshi1.png') center top no-repeat;
    background-size: auto 100%;
}

.storyboolight {
    position: absolute;
    bottom: 3%; left: -3%; width: 95%; height: 40%;
    background: url('booklight.jpg') center top no-repeat;
    background-size: contain;
    mix-blend-mode: screen;
}

.storybook {
    position: absolute;
    bottom: -6%; left: 10%; width: 65%; height: 40%;
    background: url('openbook.png') center top no-repeat;
    background-size: contain;
}

.storycontent     { position: relative; margin-left: 40%; font-size: 1.3em; line-height: normal; }
.storycontent h1  { font-size: 1.6em; line-height: normal; padding-top: 100px; }
.storycontent img { border-radius: 20px; }

@media all and (max-width: 1000px) {
    .storybg {
        position: relative;
    }

    .storycontent {
        margin-left: 0;
    }

    .imgcontainer {
        width: 100%;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}
