[class*="response-wrapper"] {
    display: flex;
    flex-flow: column;
    min-height: 5em;
    position: relative;
    justify-content: center;
    overflow: hidden;
}
[class*="wrapper-working"] {
    min-height:inherit;
    height:5em;
}
[class*="response-"]:not([class*="-wrapper"]) {
    overflow: hidden;
    transition: all 0.33s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    text-shadow: 0px 0px 0.4px black;
    will-change: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
}

[class*="response-loading"] {
    background: orangered;
    height: 0%;
}

[class*="loading-load"] {
    height: 100%;
}

[class*="response-computing"] {
    background: orange;
    height: 0%;
}

[class*="computing-compute"] {
    height: 100%;
}