.seal{overflow:hidden;position:relative;width:100%}.seal-images{display:flex;animation:12s linear infinite moveImages;grid-column-gap:60px;grid-row-gap:60px;justify-content:space-between}.seal-images img{width:100px;height:auto;margin-right:10px;max-height:70px}@keyframes moveImages{0%{transform:translateX(90%)}100%{transform:translateX(-70%)}}