.gallery{flex:1;display:flex;gap:16px;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box}.gallery.slideshow{justify-content:center}.image{position:relative}.gallery .image{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.image .portrait{height:100%;max-width:100%;object-fit:scale-down}.image .landscape{width:auto;max-height:100%;max-width:100%;object-fit:scale-down}.image+img{position:absolute}.loader{background-color:var(--gray);position:absolute;animation:pulse 1.4s var(--cubic-bezier) infinite;height:100%}.gallery button{width:24px;height:24px;padding:0;outline:none;display:block;border:none;background:none;cursor:pointer}button img{display:block}
