.gallery-grid-wrapper { position: relative; display: flex !important; animation: slideshow 30s linear infinite; left: 0; } .gallery-grid-wrapper .gallery-grid-item { position: relative; /* or absolute, depending on structure */ min-width: 50%; margin-right: 5%; }