Our Flawsome! Apple, Mango & Orange Wonky Fruit Water is a tasty and convenient way for kids to get all of their recommended daily Iron and Vitamin D + C. We took wonky fruit and transformed it into a scrumptious and refreshing juice carton. Perfect for lunch boxes, cold-pressed apple juice provides natural sweetness, while the juicy flavour of mango adds a tropical twist the kids can't resist. Slurp-ably good.
/* 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;
}
}