html, body { margin: 0; padding: 0; }
img { border: 0; }
img, .stage { width: 300px; height: 250px; }
div { top: 0; bottom: 0; left: 0; right: 0; }

.cover { cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; }
.cover * { position: absolute; }

.stage { background-color: #4ABD5F; overflow: hidden; }
.stage:before { content: ''; border: 0; z-index: 10; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.print, .print * { backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; }
.print { overflow: hidden; }

.group { display: none; }
.group_00, .group_01 { display: block; }

.group .image { transform: matrix(1.1, 0, 0, 1.1, 0, 0); transform-origin: 50% 50%; }
.group .image img { transform: matrix(1.2, 0, 0, 1.2, 0, 0); transform-origin: 50% 50%; }

.group_04 .image, .group_04 .image img { transform-origin: 50% 30%; }

.shape { top: 10px; }
.shape, .shape img { width: 600px; }

.print, .token, .click { transform: matrix(1, 0, 0, 1, 300, 0); }

.shade { background: rgba(0, 0, 0, 0.4); opacity: 0; }

.brand_02 { opacity: 0; }
