Natures Aid Kidz Pro-5 powder contains a guaranteed 5 billion live organisms, using 8 extensively researched strains of bacteria, including 5 strains of Lactobacillus and Bifidobacterium Infantis. Kidz Pro-5 powder is sugar free and contains no artificial flavours or colours.
/* 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;
}
}