BioGaia Protectis Tablets for Kids is a food supplement scientifically formulated for children and teens. Non-GMO, each probiotic chewable for kids delivers 100 million live L. reuteri to help maintain gut balance. Shown to be suitable from age 3+, it's the perfect dose of lactobacillus reuteri for kids in every chewable tablet.
/* 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;
}
}