.gallery-container{position:relative;height:500px;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-heading{color:white;font-size:2.5em;margin-bottom:20px;text-align:center}.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:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;padding:8%;backface-visibility:hidden}.gallery-img{pointer-events:none;height:200px;width:400px;border-radius:15px;border:3px solid #fff;-o-object-fit:cover;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:150px;width:300px}}