body.resizeme #zoomroot {
    transform: translate(0, 0) scale(1);
}

/* you have to update FACTORZOOM in UI.js for decals shit */

@media (min-width: 1000px) and (max-height: 699px) {
    body.resizeme #zoomroot {
        transform: translate(20vh, 10vh) scale(0.8);
    }
}

@media (min-width: 1529px) and (min-height: 815px) {
    body.resizeme #zoomroot {
        transform: translate(-10vw, -10vh) scale(1.2);
    }
}

@media (min-width: 1600px) and (min-height: 920px) {
    body.resizeme #zoomroot {
        transform: translate(-12.5vw, -12.5vh) scale(1.25);
    }
}

@media (min-width: 1920px) and (min-height: 1100px) {
    body.resizeme #zoomroot {
        transform: translate(-25vw, -25vh) scale(1.5);
    }
}