Our gluten-free, organic almond butter and apricot flapjacks are a wholesome, satisfying snack for anytime of the day. Packed with fibre they'll keep you fiull and energised through the busiest of days providing a delicious boost whenever you need it.
/* 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;
}
}