.editor.editor--live::before {
    content:'';
    background: url("https://www.reasonwhy.es/build/images/logo_reason_why_blanco.svg") no-repeat scroll center center transparent;
    display: block;
    width: 208px;
    height: 40px;
    position:absolute;
    left: 50%;
    top:10px;
    transform: translate(-50%, 0);
    z-index: 3;
    background-size: cover;
}

.editor.editor--live::after {
    content:'';
    background: #000;
    display: block;
    width: 100%;
    height: 60px;
    position:absolute;
    top:0;
    left:0;
    z-index: 2;
}

.GuidedModeEditor__view {
    padding: 90px 18px 140px 18px;
}

.ProgressIndicator {
    top: 60px !important;
    color: #5ACDFF !important;
}

.ProgressIndicator > div {
    top: 60px !important;
    background-color: #5ACDFF !important;
}
