background-repeat: repeat;

The background images have the size given by 'background-size: auto 22%' and are repeated.

background-repeat: round;

The background images aren't exactly 'auto 22%', but are re-dimensioned to fill the space.

background-repeat: space;

The background images are distributed in the element, spaces between images if needed.