Container Size: 10x35gServing Size: 1 Pack Amount Per Serving:Protein: 18gCarbohydrates: 0.1gFat: 1gSalt: 0.9gIngredients:Beef (250g per 100g of finished product), Roasted Coriander, Rock Sea Salt, Black Cracked Pepper, Fine Black Pepper, Cayenne Pepper, Apple Cider Vinegar, Preservative (Potassium Sorbate)Please Note: Nutritional facts and ingredients may vary slightly between flavours.
/* 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;
}
}