.gallery{position:relative;margin-bottom:20px}.gallery .tns-controls button{position:absolute;top:calc((var(--gallery-height) - 60px)/2);z-index:1;cursor:pointer;border:none;outline:none;font-size:40px;width:60px;height:60px;padding:0;background-color:rgba(0,0,0,.3);color:#fff;display:flex;justify-content:center;align-items:center}.gallery .tns-controls button[data-controls='prev']{left:0}.gallery .tns-controls button[data-controls='next']{right:0}.gallery__inner{display:flex;justify-content:center;align-items:center}.gallery figure{width:100%;height:100%;margin:0;padding:0}.gallery figure picture{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.gallery figure picture img{width:auto;max-width:100%;height:var(--gallery-height);max-height:100%;object-fit:contain;object-position:50% 50%}.gallery figure figcaption{padding:10px}.gallery .gallery__fs{display:none;position:absolute;bottom:0;right:0;z-index:1;border:none;outline:none;font-size:42px;background-color:rgba(0,0,0,.3);color:#fff;cursor:pointer;line-height:1;padding:0;margin:0;width:60px;height:60px}.gallery .gallery__fs i:nth-child(2){display:none}.js-no .gallery__inner{width:100%;scroll-snap-type:x mandatory;overflow:hidden;display:flex;justify-content:stretch;flex-wrap:nowrap;overflow-x:scroll;padding-bottom:10px}.js-no .gallery__inner>figure{display:flex;justify-content:stretch;align-items:center;width:100%;height:100%;flex-shrink:0}.js-no .gallery__inner>figure:nth-child(n){scroll-snap-align:start}.gallery:fullscreen{--gallery-height:100vh}.gallery:fullscreen .gallery__fs i:nth-child(1){display:none}.gallery:fullscreen .gallery__fs i:nth-child(2){display:block}.gallery--ken-burns figure picture img{width:100%;object-fit:cover;animation:ken-burns 5s ease-in-out infinite alternate}@keyframes ken-burns{from,20%{object-position:0% 0%}80%,to{object-position:100% 100%}}