Marigold Mo-Du Braised Seitan Slices Canned is a versatile, delicious and highly nutritious vegan food in a ring pull can that can be served either hot or cold. Duck-style seitan fillets in a rich soya sauce marinade. It has the firm texture of fillet. Vegan. Ready to eat and easy to prepare. Low carbs - 6.4g in 100g.
/* 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;
}
}