Whether you're snacking on the go or dunking in a glass of milk, our Biona Organic Raspberry Cookies are sure to last you through to your next mealtime. The cookies are deliciously crunchy, and with a tangy fruity filling, this is the perfect way to give yourself a little naughty treat.
/* 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;
}
}