Quest� Spicy Crunchy Protein Puffs are here to save the day with a savory snack that comes with a satisfying kick. They�re packed with 17g of protein* and 3g of carbs* per serving so you can enjoy the deliciously, spicy taste while reaching your goals.
/* 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;
}
}