/* .folder-viewer{
      display:grid;
      grid-template-columns: repeat(4,minmax(100px,1fr));

       grid-auto-rows: 250px; 
      grid-template-rows: min-content;
      
}

.folder-viewer .folder-pads img{
     width:100%;
     aspect-ratio: 1;
} */