We've seriously cranked up the tang factor on these crisps to stupidly sour cream & onion-y. Sure, there's a 100% chance you'll get slightly zingy onion breath (oh-so-worth-it), but hey they're 40% less fat, gluten free and completely plant based!
Gluten Free, 40% Less Fat, 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;
}
}