.cube-scope{align-items:center;display:flex;justify-content:center;padding:0}.cube-scope .cube-container{height:56px;margin:0 auto;perspective:1000px;position:relative;width:100%}.cube-scope .cube{height:100%;position:relative;transform-origin:bottom center;transform-style:preserve-3d;transition:transform 1.5s;width:100%}.cube-scope .cube.flip{transform:rotateX(-180deg)}.cube-scope .face{backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;transform-origin:bottom center;width:100%}.cube-scope .face img{display:block;height:auto;width:90%}.cube-scope .face.front{transform:translateZ(39px)}.cube-scope .face.back{transform:rotateX(180deg) translateZ(39px)}@media (max-width:600px){.cube-scope .face img{padding:0 16px;width:100%}.cube-scope .face.back .face.front{margin-top:30px}}