Bio-Kult Infantis is specially designed for babies, toddlers and young children. Our advanced multi-action formulation contains 7 scientifically developed strains of live bacteria, as well as fructo-oligosaccharides (FOS), to complement the developing infant gut flora. Vitamin C contributes to the normal function of the immune system. Helping to look after little tums.
/* 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;
}
}