.pdf-view{aspect-ratio:1/1.414;display:block;margin:45px auto 0;max-width:930px;overflow:auto;position:relative;width:100%}@media screen and (min-width:481px){.pdf-view{aspect-ratio:1.414/1;margin:30px auto 0;max-width:930px;width:auto}.pdf-view.portrait{aspect-ratio:1/1.414;margin:30px auto 0;max-height:90vh}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes showpdf{0%{opacity:0}to{opacity:1}}.pdf-view .pdf-page-placeholder{animation:showpdf .4s ease-in 1s both;opacity:0}.pdf-view:before{animation:rotation 1s linear infinite;border:2px solid #e20024;border-bottom-color:transparent;border-radius:50%;content:"";height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px;z-index:-1}@media screen and (min-width:1024px){.pdf-view:before{height:32px;width:32px}}.pdf-view canvas{display:block;height:auto;width:100%}