InfantProbio Drops plays a vital role in improving intestinal problems and immune response. Its unique formulation contains a special viable strain of Lactobacillus Reuteri; which provides 200 million (per dose) colony-forming unit (CFU) of Lactobacillus Reuteri strain, NCIMB 30351 isolated from breast milk.
/* 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;
}
}