.shaker-game{width:100dvw;height:100dvh;position:absolute;display:flex;justify-content:center;align-items:flex-end;padding-bottom:2dvh}.shaker-holder{position:relative;pointer-events:none;display:grid;place-content:center;grid-template-rows:1fr;grid-template-columns:1fr}.shaker-holder>*{grid-row:1;grid-column:1}.result-heading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-8deg)}.shaker-image{height:70dvh;aspect-ratio:184/438;flex-shrink:0;width:auto;max-width:unset;max-height:unset;place-self:center;transition:opacity .5s ease-in-out}.shaker-image.blurred{position:absolute;top:0}.background-image{position:fixed;width:100vw;height:100vh;z-index:0;object-fit:cover;top:0;left:0}.instructions{position:fixed;top:1dvh;width:100%;max-width:28rem;margin-left:auto;margin-right:auto;text-align:center;padding:2rem;font-size:1.5rem;z-index:10;display:flex;flex-direction:column;align-items:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}