.corner {
    /* display: none; */
}
#header-corner {
    padding-top: 2em;
}
.lancel_video {
    padding: 0 0 3em 0!important;
}
.storytelling {
    margin: 0;
    padding: 0 0 4em 0!important;
}
.storytelling_text {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.home_title {
    font-weight: bold;
    padding-bottom: 1em;
}
.storytelling_text {
    font-size: 1.5em;
}
.home_focus_text_title {
    text-transform: capitalize;
}

@media (max-width:700px) {

	.storytelling_text {
        font-size: 1.3em;
        line-height: 1.5;
    }

}