.container{display:flex;flex-flow:row wrap;justify-content:space-between}.container .item{box-sizing:border-box;padding:10px}.container .item img{width:162px;height:auto}@media screen and (max-width:800px){.container{justify-content:center}.container .item img{width:130px}}