.fly-gallery-wrapper{width:100vw;margin-left:calc(-50vw + 50%);position:relative;overflow:hidden}.fly-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.fly-gallery img{flex:0 0 100%;height:70vh;object-fit:cover;scroll-snap-align:start}.fly-pagination{display:flex;gap:8px;justify-content:center;position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:10}.fly-pagination .dot{width:12px;height:12px;border-radius:50%;background-color:#ccc;opacity:0.5;transition:all 0.3s}.fly-pagination .dot.active{background-color:#1f1f1f;opacity:1}