I do a catalog using Bootstrap 3. When displayed on tablets, the product images look ugly because of their small size (500x500) and a width of 767 pixels in the browser. I w
@media (max-width: 767px) { img { display: table; margin: 0 auto; } }