body,html{height:100%;width:100%;margin:0;background-color:#f2f2f0;overflow:hidden}main.gallery{padding:5px;overflow-y:scroll;position:absolute;top:113px;left:0;bottom:15px;right:0}.gallery>h1{font-size:3rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";margin-bottom:1rem;color:#333;font-weight:100}.gallery>.gallery_list{display:grid;grid-template-columns:repeat(auto-fit,minmax(116px,116px));grid-gap:.5rem;grid-auto-flow:dense;list-style-type:none;padding-left:0}.gallery>.gallery_list>li>figure{width:116px;height:163px;margin:0}.gallery>.gallery_list>li>figure>img{width:100%;height:100%;border-radius:4px}.loader{position:absolute;left:50%;top:calc(45% + 60px);z-index:1;width:120px;height:120px;margin:-76px 0 0 -76px;border:10px solid #f3f3f3;border-radius:50%;border-top:10px solid #6f6f6e;-webkit-animation:1.5s linear infinite spin;animation:1.5s linear infinite spin}.loader_tracking{z-index:1;width:90px;height:90px;margin-left:auto;margin-right:auto;margin-top:10%;border:10px solid #f3f3f3;border-radius:50%;border-top:10px solid #6f6f6e;-webkit-animation:1.5s linear infinite spin;animation:1.5s linear infinite spin}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}