A light decaf organic green tea for thise looking for a spring in their step and a sparkle in their cup. The UK's most natural decaf. Our decaffeination process uses carbon dioxide, a completely natural resource, found in the air we breathe. At last - a truly delicious decaf.
/* 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;
}
}