Sometimes it pays to keep it simple. Oats and Syrup are a perfect, nostalgic pairing. And knowing that they contain no artificial colours or flavours, are full of the goodness of wholegrain oats and contain just 47 calories per biscuit means they're a perfect treat to have with a cuppa. Or pop a handy pouch pack in your bag and take it with you when you're out and about.
/* 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;
}
}