Our tasty, wholesome dark chocolate chip oat biscuits are bursting with natural flavour. They contain no artificial colours or flavours, are full of the goodness of wholegrain oats and contain just 45 calories per biscuit. They're the perfect treat to accompany a cup of tea or coffee, or just when you need a little pick me up.
/* 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;
}
}