British Carrot Juice is made with 100% not from concentrate british carrots and nothing else, With added Vitamin D. 150ml of carrot juice couunts as 1 for your 5 a day with a lively and light texture and flavour. Typcially served at breakfast time but is a great drink anytime during the day.
/* 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;
}
}