APOKRA's vegan omega 3 for kids is sustainably sourced from algae and combined with a great tasting, natural orange flavour. Our allergen-free formula is suitable for all diets including vegan, and vegetarian diets; for children aged between 3 months & 12 years old. Kids vitamins are an important supplement to a balanced diet & our omega 3 kids drops can be used alongside a kids multivitamin.
/* 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;
}
}