The bacteria found naturally within our bodies play an important role as our first line of defence. Bio-Kult is a scientifically developed, advanced multi-strain live bacteria supplement containing 14 live bacterial cultures proven to survive the high acidity of the stomach, and to complement the existing gut flora naturally present in a healthy person's digestive system. Bio-Kult does not need to be refrigerated and can be taken alongside antibiotics, by babies, when pregnant, by vegetarians and as part of a healthy diet.
/* 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;
}
}