Finally, a plant-based, chicken-flavored broth that is delicious on its own and perfect for everyday cooking with all the flavor of chicken broth This delicious kelp-based broth is inspired from Hanoi-style Vietnamese Pho, and is loaded with authentic savory flavours while delivering nutritional value including vitamins, minerals and protein! Organic Certified, Gluten-Free Ingredients & Certified Vegan.
/* 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;
}
}