Nutriburst Defence Dynamo - Immunity Support
Powered by Vitamin D3, Vitamin C, and Black Elderberry Extract
Elevate your child's wellness routine with Defence Dynamo, a vitamin gummy formulated to support the immune system and energy levels.
- Boosted with Vitamin D3 for enhanced immunity support
- Vitamin C contributes to normal energy-yielding metabolism, psychological function, and reduces tiredness
/* 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;
}
}