Think all bacon-flavoured snacks need bacon? Think again! Our NEW Smokey Bacon Crunchies are packed with bold, smokey flavour - no piggies harmed in the making. It's a guilt-free crunch that'll leave you squealing for more.
Gluten Free, 40% Less Fat, 50% Less Salt, All Natural Ingredients, Suitable for Vegetarians & Vegans, Under 150 cals, No Added Sugar.
/* 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;
}
}