.gallery-list-container,.gallery-contents,.gallery-preview{transition-behavior:allow-discrete;transition:all ease 5s}.gallery-list-container{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(10rem,100%/4)),1fr))}.gallery-contents .contents{height:-moz-max-content;height:max-content;display:flex;gap:10px;padding-bottom:100px}.gallery-contents .contents[data-category="photo"]{flex-wrap:wrap}.gallery-contents .contents[data-category="sheet_music"]{flex-direction:column}.gallery-contents .gallery-contents-header{width:100%;height:-moz-max-content;height:max-content;display:flex;flex-direction:row;padding:1rem 0;position:relative}.gallery-contents .gallery-contents-header .close-gallery-contents{right:.5rem;position:absolute;align-self:center}.gallery-contents .photo-wrapper{cursor:pointer}.gallery-contents .photo-wrapper:hover{opacity:.9}.gallery-contents .photo-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.gallery-list-container.closed,.gallery-contents.closed,.gallery-preview.closed{display:none}.is-mobile:not(.is-tablet) .gallery-list-container{grid-template-columns:1fr}.gallery-card{max-height:400px;display:grid;grid-template-rows:2rem auto;padding:1rem;border-radius:var(--rounded-corner-border-radius);border:solid .15rem var(--separator-color);overflow:hidden;cursor:pointer}.gallery-card:hover{opacity:.9;border:solid .15rem var(--color-dark)}.gallery-card .card-header{display:flex;flex-direction:row;gap:1rem}.gallery-card .card-header .icon{height:80%;aspect-ratio:1/1;background-size:contain;background-repeat:no-repeat;background-position:center}.gallery-card[data-category="photo"] .card-header .icon{background-image:url("/images/photo.svg")}.gallery-card[data-category="sheet_music"] .card-header .icon{background-image:url("/images/sheet_music.svg")}.gallery-card .images{display:grid;overflow:hidden}.gallery-card .images[data-images="0"],.gallery-card .images[data-images="1"]{grid-template-rows:1fr;grid-template-columns:1fr}.gallery-card .images[data-images="2"]{grid-template-rows:1fr;grid-template-columns:1fr 1fr}.gallery-card .images img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.gallery-preview{position:relative;height:85dvh;padding:0;display:flex;align-items:center;justify-content:center}.gallery-preview .navigate{position:absolute;display:block;background-size:contain;background-repeat:no-repeat;background-position:center;width:3rem;height:100%;cursor:pointer;opacity:.3}.gallery-preview .navigate:hover{opacity:.6}.is-mobile .gallery-preview .navigate{background-position:center bottom}.gallery-preview .navigate.navigate-forward{background-image:url("/images/right.svg");right:0;top:0}.gallery-preview .navigate.navigate-back{background-image:url("/images/left.svg");left:0;top:0}.gallery-preview .image-container{width:90%;height:100%}.gallery-preview .image-container img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.gallery-preview .close-preview{position:absolute;top:1rem;right:1rem;display:block;z-index:200}.gallery-preview .delete-photo{position:absolute;top:5rem;left:0;display:block;z-index:200}.gallery-preview .download-photo{position:absolute;top:1rem;left:0;display:block;z-index:200}.download-sheet-music{text-decoration:underline;cursor:pointer}