.ce_gallery { @include fullwidth(); ul { display: flex; justify-content: space-evenly; padding: 40px 0 55px 0; margin: 0 auto; max-width: calc(1280px - 24px); } li { flex-grow: 1; flex-basis: 0; } .image_container { img { width: 64px; margin: 0 auto 15px auto; } .caption { width: 100%; text-transform: uppercase; text-align: center; font-weight: 700; } } }