.work-gallery-carousel{position:relative;width:100%;max-width:100%;overflow:hidden;background:#000}.gallery-slider{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}@media (prefers-reduced-motion:reduce){.gallery-slider{transition:none}}.gallery-slide{min-width:100%;display:flex;align-items:center;justify-content:center}.gallery-slide a{display:block;width:100%;cursor:zoom-in}.gallery-slide-img{width:100%;height:auto;display:block}.gallery-prev,.gallery-next{position:absolute;top:50%;transform:translateY(-50%);border:none;font-size:20px;line-height:1;width:50px;height:50px;cursor:pointer;z-index:10;transition:opacity .2s;padding:0}.gallery-prev:hover,.gallery-next:hover{opacity:.8}.gallery-prev{left:5px}.gallery-next{right:5px}.gallery-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.gallery-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.45);border:1px solid rgba(255,255,255,.6);cursor:pointer;transition:background .25s;padding:0}.gallery-dot.active,.gallery-dot:hover{background:#fff}@media (max-width:768px){.gallery-prev,.gallery-next{width:40px;height:40px;font-size:18px}.gallery-prev{left:10px}.gallery-next{right:10px}}