NOW BetterStevia is a zero-calorie, low glycemic, natural sweetener that makes a perfectly healthy substitute for table sugar and artificial sweeteners. Unlike chemical sweeteners, NOW BetterStevia contains a certified organic stevia leaf extract. NOW Foods takes special measures to preserve Stevia’s natural qualities in this unique, better-tasting stevia.
/* 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;
}
}