For the plant-based purists that refuse to compromise on flavour or function. Our delicious almond barista milk brings the finest organic almonds and blends them to create the ultimate base for your cappuccinos and cortados. It's low in sugar, a good source of protein and always free from oils, gums or anything artificial. (Because that's not love).
/* 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;
}
}