BioGaia Protectis D3 20ug is a premium food supplement featuring high quality probiotics and a high dose of Vitamin D3. Each tablet contains live, gut-balancing bacteria and Vitamin D3 formulated to promote a healthy immune system and daily support for overall digestive wellness.
/* 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;
}
}