Immune Biotix is a unique combination of nutrients and probiotic bacteria to support the body's immune system. A unique complex of beta glucans (beta 1-3, 1-6 glucan), aged garlic extract, lactobacilli bacteria, vitamin D, selenium, zinc and copper. Vitamin D, selenium, zinc and copper contribute to the normal function of the immune system.
/* 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;
}
}