/* Make ingredient grid images larger */
.ingredient-grid__item img {
  width: 140px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}