Container Size: 60 CapsServing Size: 1 CapsuleServings Per Container: 60Amount Per Serving*:*Each capsule is guaranteed to contain not less than 17 billion total viable cells (upon manufacturing) of:Lactobacillus casei: 35%Lactobacillus rhamnosus: 25%Lactobacillus acidophilus: 20%Lactobacillus plantarum: 10%Bifidobacterium bifidum: 5%Bifidobacterium breve: 5%Ingredients:Potato Starch (dilutent), Freeze-Dried Bacterial Cultures, Ascorbic Acid (antioxidant), Stearic Acid (emulsifier), Silicon Dioxide (flow enhancer), Capsule (Hypromellose).Guaranteed 12.5 billon cells at the time of expiry.Gluten free. May contain traces of milk and soya lecithin.Suitable for vegetarians.
/* 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;
}
}