Specially formulated to deliver
4 essential vitamins and
minerals directly into the
mouth. The tiny droplets
absorb quickly, providing fast
nutrient uptake.
Our work with Cardiff
University has produced
a nutritional delivery
system that provides a
convenient alternative to
tablets and capsules.
Vegan Health Daily Oral Spray
uses Vitamin D3V, a 100%
plant-origin Vitamin D3.
/* 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;
}
}