div.image_repeater{display:grid;gap:0 25px;grid-template-columns:repeat(auto-fit,180px);margin:0 auto}div.image_repeater,div.image_repeater .item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}div.image_repeater .item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}div.image_repeater .item img{height:auto;max-width:180px}@media screen and (max-width:767px){div.image_repeater{margin-top:50px}}