.gallery-container{width:100%;overflow:hidden;position:relative}.gallery-items{display:flex;gap:30px;width:max-content;animation:scrollGallery 20s linear infinite}.gallery-items img{width:200px;height:auto}@keyframes scrollGallery{from{transform:translateX(100)}to{transform:translateX(-50%)}}