Rooibos Earl Grey unites two great tea traditions in one deliciously bright and satisfying cup. The deep colour and full taste perfectly complements the distinctive citrus aroma of natural oil of Bergamot - this is a fresh and fragrant modern classic! Gentle and low in tannin, it can be enjoyed at any time, even at bedtime.
/* 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;
}
}