Support your natural immune defences with Immunovite.
Immunovite provides beta 1-3,1-6 glucan alongside vitamin C, selenium and zinc which all contribute to the normal function of the immune system and the protection of cells from oxidative stress.
Beta glucans are a natural form of soluble dietary fibre with a long history of use. They cannot be produced by the body naturally, so need to be consumed through the 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;
}
}