.gallery-container{position:relative;height:500px;width:100%;overflow:hidden}.gallery-gradient{position:absolute;top:0;height:100%;width:48px;z-index:10}.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%}.gallery-item{position:absolute;display:flex;height:fit-content;align-items:center;justify-content:center;padding:8%;backface-visibility:hidden}.gallery-img{pointer-events:none;height:120px;width:300px;border-radius:15px;border:3px solid #fff;object-fit:cover;transition:.3s ease}.gallery-item:hover .gallery-img{transform:scale(1.05);transition:.3s ease}@media (max-width:768px){.gallery-item{padding:6%}.gallery-img{height:100px;width:220px}}