Organic white tea infusion with mango & yuzu flavours. KAYTEA is an organic ice tea infused with exciting botanical flavours. It is refreshingly light and thirst-quenching, with just a touch of sweetness. No wild health claims or artificial ingredients - just the best qualities of a tea infusion.
/* 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;
}
}