.help-overlay{
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #58ff58;
    opacity: 0;
    transition: 400ms opacity;
    z-index: 100;
}

.help .help-overlay{
    opacity: 0.4;
}

.help .help-holder{
    bottom: 0;
}

.help-holder{
    position: fixed;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 400ms bottom;
    z-index: 101;
}

.i-dont-need-help{
    position: absolute;
    right: 10px;
    background: white;
    top: 10px;
    padding: 10px;
    cursor: pointer;
}