body.resizeme #zoomroot {
    transform: translate(0, 0) scale(1);
}

@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);
    }
}