APOKRA Kids Vitamin D3 drops contain a plant-based vitamin D3 combined with a premium MCT oil, giving it a natural smooth taste. We have purposely excluded any unnecessary ingredients. Simply add to food or give directly into the child's mouth.
Vitamin D has many health benefits such as contributing towards the normal function of the immune system and the maintenance of normal bones and teeth.
/* 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;
}
}