Breakfast should be worth getting out of bed for. And whether a relaxed morning or a smash & grab job, our naturally delicious Fruit & Nut Muesli ticks all the belly-filling boxes. Enjoy with milk or yoghurt of your choice (we're flexible!) - or for a super-speedy breakfast, let them soak overnight in the fridge. The grains go creamy, and the fruits infuse their flavour. What's nut to love!
/* 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;
}
}