Boom! Say hello to Organix Gruffalo Blackcurrant Fruit Bars... The ultimate snack for your little legends. Packed with organic fruity deliciousness these bars are pure awesomeness. Nothing artificial here-just 1 of their 5-a-day with zero artificial colours or flavours. Perfect for fuelling epic adventures and snack breaks that are anything but dull. Snacking just got fruitier!
/* 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;
}
}