/* Fit the whole cloth inside the space between the toolbar and controls. */
.reveal-workshop .batik-stage{min-width:0;min-height:0;position:relative;padding:16px 24px 60px;display:grid;place-items:center;overflow:hidden}
.reveal-workshop .batik-stage canvas,
.reveal-workshop .batik-stage img{grid-area:1 / 1;width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain;object-position:center;transform:none;margin:0}
.reveal-workshop .cloth-gesture-hint{left:24px;right:24px;bottom:8px;padding:8px;margin:0}
.reveal-workshop.is-zoomed .batik-stage{display:block;overflow:auto}
.reveal-workshop.is-zoomed .batik-stage img{width:145%;height:auto;max-width:none;max-height:none;object-fit:contain;transform:none}
.reveal-workshop.is-zoomed .batik-stage canvas{width:145%;height:auto;max-width:none;max-height:none;transform:none}
@media(max-width:600px){.reveal-workshop .batik-stage{padding:12px 12px 68px}.reveal-workshop .cloth-gesture-hint{left:12px;right:12px}}
