div#item_brands_grid{display:grid;grid-gap:40px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-template-columns:repeat(auto-fit,minmax(240px,calc(25% - 30px)))}img.brand_image{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;max-height:160px;object-fit:contain;object-position:center;width:100%}@media only screen and (max-width:767px){div#item_brands_grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px;padding:0 20px}img.brand_image{max-height:80px}}