With over 30 years of probiotic research, BioGaia Prodentis is a cutting-edge food supplement expertly crafted to help maintain oral health. Each minty fresh lozenge features two premium, patented bacterial strains that support a balanced oral microbiota. When combined with regular brushing and flossing, Prodentis provides a comprehensive and easy support for oral hygiene.
/* 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;
}
}