Keto, vegan, organic, gluten & grain free peanut butter granola without any added sugar. Made with high quality organic, raw, fairly traded & activated ingredients. Protein & fibre rich. 100% recyclable packaging. Use as delicious breakfast bowl, or as traditional granola!
/* 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;
}
}