*.WIP {
    background: url(../images/filterWIP.webp);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-size: auto 85%;
    /* background-size: 29.5% 80%; */
    opacity: 1;
}

*.WIP-IMG {
    opacity: 0.5;
    mix-blend-mode: darken;
}

*.END_NUMBER_GAME {
    background: url(../images/delete.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-size: auto 85%;
    /* background-size: 29.5% 80%; */
    opacity: 1;
}

*.END_NUMBER_GAME-IMG {
    opacity: 0.5;
    mix-blend-mode: darken;
}

