:root{--thumb-contenair-width:192px;--thumb-contenair-height:200px}.gallery_body .path,.gallery_body .path a{font-size:1.6rem;font-weight:700}.gallery_input{width:500px;max-width:calc(99vw - 1px)!important;box-sizing:border-box}#foldersList,.gallery_filesThumbs{display:grid;grid-template-columns:repeat(auto-fill,206px);justify-content:space-around}#foldersList{margin-bottom:20px}.gallery_body .folderThumb{width:var(--thumb-contenair-width);margin:3px;padding:3px;border:1px solid #f2e07e;background:#ffff002e;position:relative;box-sizing:border-box}.gallery_body .folderNoThumb{font-size:130px;color:#f2e07e;line-height:128px;width:100%;text-align:center}.gallery_body .thumb{width:var(--thumb-contenair-width);margin:3px;padding:3px;font-size:0.75rem;background:var(--gallery-thumb-bg-color);box-sizing:border-box}.gallery_fileThumbImg{object-fit:contain;width:192px;height:144px}.gallery_body .thumb:hover{background:var(--gallery-thumb-bg-color-hover)}.gallery_body .thumb a,.gallery_body .thumb a:hover{color:var(--text-color)}.gallery_mvFolderCntr{height:100vh;width:600px;border:1px solid var(--gallery-window-border-color);box-sizing:border-box;background:var(--bg-color);display:flex;flex-direction:column}#gallery_mvFolder_foldersExplorer{border:3px solid var(--text-color);overflow:auto;background:var(--bg-light-color)}#gallery_mvFolder_moveFromTo div{color:red;font-weight:700}#gallery_comments-window,.gallery_descriptionWindow{border:1px solid var(--gallery-window-border-color);background-color:var(--bg-color);cursor:initial;margin:auto;width:800px;height:100vh;max-width:100vw;overflow-y:scroll;overflow-x:hidden}.gallery_descriptionWindow{height:revert}.gallery_imgNotif{float:left;margin-top:5px;width:500px}.gallery_imgNotifDesc{float:left;margin-left:10px;font-weight:700;text-align:left}@media (300px <= width <= 513px){:root{--thumb-contenair-width:calc((100vw / 2) - 3px)}#foldersList,.gallery_filesThumbs{grid-template-columns:repeat(auto-fill,var(--thumb-contenair-width))}.gallery_body .folderThumb,.gallery_body .thumb{margin-left:0;margin-right:0}.gallery_fileThumbImg{width:initial}}