The bett'r seed crackers are a true compliment to your #bettrlife guilt-free cocktail. Thanks to their seed mix, they have a cooler protein content vs. mainstream alternatives. A fantastic crunchy base for a myriad of toppings and dips. And did we mention - they also go great with your entire picnic kit.
/* 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;
}
}