Cheat on brownies. With brownies. New Quest Bake Shop Brownies are a sweet chocolatey treat featuring the classic flavor you love. Plus they deliver 10g of protein*, along with 2g of net carbs* and 1g of sugar* to help support your fitness goals. Finally there's a rich, indulgent brownie you can feel great about - any time of day.
/* 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;
}
}