body{margin:0}.container{flex-direction:column;align-items:center;display:flex}.inner_container{gap:10px;width:95%;display:flex}.toolbar{align-items:center;gap:0 15px;display:flex}.small{cursor:pointer;font-size:80%}#content,#pic,#video{background-color:#eee;flex-wrap:wrap;gap:8px;height:80vh;padding:8px;display:flex;overflow-y:auto}.topbar{justify-content:right;width:100%;display:flex}.block{width:33%}.pic{width:47%;height:-moz-fit-content;height:fit-content}.video{height:100%}.hide{display:none!important}#loading{z-index:10;background-color:#0000008d;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed}.loader{box-sizing:border-box;border:5px solid #fff;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}