





.slider { width: 100%; overflow: hidden; } .slider .slider-image { background-image: url(https://static1.squarespace.com/static/63d33cb11c45b344306b6749/t/63d6f2e78d6cf66ddf9cdbe5/1675031272512/slider.png); width: auto; height: 200px; background-size: 2950px 200px; animation: slide 60s linear infinite; } @keyframes slide { from {background-position-x: 0px;} to {background-position-x: -2950px;} }