Marigold's Bouillon cubes are perfect as a natural enhancer of all soups, stews, casseroles, sauces, savouries, rice and grain dishes and a delicious hot drink. Brilliantly versatile and full of flavour, Marigold's Bouillon cubes are the natural choice for any kitchen.
VEGAN. GLUTEN FREE. YEAST FREE. NO ALLERGEN CONTAINING INGREDIENTS. PALM OIL FREE.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}