/* This is the visible area of you carousel. Set a width here to define how much items are visible. The width can be either fixed in px or flexible in %. Position must be relative! */ .carousel-container { position: relative; overflow: hidden; width: 90.2%; margin: 0 auto; } /* This is the container of the carousel items. You must ensure that the position is relative or absolute and that the width is big enough to contain all items. */ .carousel-content { width: 20000em; position: relative; /* Optional, required in this case since it's a