*{box-sizing:border-box;max-width:100%;max-height:100%}body{margin:0;padding:0;min-height:100vh;max-width:100vw;font-family:Arial,Helvetica,sans-serif}.viewer{width:100vw;height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory}.container{width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;scroll-snap-align:start;scroll-snap-stop:normal}.container img{max-width:56.25vw;max-height:80vh;object-fit:cover;object-position:center;background-image:url("./../assets/img/loading.gif") 80% no-repeat;box-shadow:0 0 60px rgba(0,0,0,.6)}@media(max-width: 720px){.container img{max-width:80%}}.fade-out{animation:fadeOut 1.5s}.fade-in{animation:fadeIn 1.5s}.loader{position:fixed;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}svg.tea{--secondary: #33406f}svg.tea #teabag{transform-origin:top center;transform:rotate(3deg);animation:swing 2s infinite}svg.tea #steamL{stroke-dasharray:13;stroke-dashoffset:13;animation:steamLarge 2s infinite}svg.tea #steamR{stroke-dasharray:9;stroke-dashoffset:9;animation:steamSmall 2s infinite}@keyframes swing{50%{transform:rotate(-3deg)}}@keyframes steamLarge{0%{stroke-dashoffset:13;opacity:.6}100%{stroke-dashoffset:39;opacity:0}}@keyframes steamSmall{10%{stroke-dashoffset:9;opacity:.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@keyframes fadeOut{from{opacity:1;position:relative}to{opacity:0}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}/*# sourceMappingURL=styles.min.css.map */
