Brace your tastebuds for a one-two-however-many-you-eat-in-a-sitting punch of lip-smacking tanginess. Finally, you don't have to be caught with your fist in the jar to get that deliciously salty, sour taste.
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;
}
}