.gallery-container{position:relative;height:400px;width:100%;overflow:hidden}.gallery-gradient{position:absolute;top:0;height:100%;width:48px;z-index:10}.gallery-gradient-left{left:0}.gallery-gradient-right{right:0}.gallery-content{height:100%;perspective:1000px}.gallery-content,.gallery-track{display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.gallery-track{height:auto;min-height:200px;cursor:grab;width:100%;transition:transform .5s ease;will-change:transform}.gallery-item{position:absolute;display:flex;height:fit-content;align-items:center;justify-content:center;padding:8%;backface-visibility:hidden;transition:transform .5s ease,opacity .5s ease;will-change:transform,opacity}.gallery-img{pointer-events:none;height:220px;width:400px;border-radius:15px;border:3px solid #fff;object-fit:cover;transition:transform .3s ease;will-change:transform}.gallery-item:hover .gallery-img{transform:scale(1.05)}@media (max-width:768px){.gallery-item{padding:6%}.gallery-img{height:200px;width:420px}}