Ministry of Tea Organic Bombay Masala Chai tea bags. Enjoy this secret recipe passed on by our favourite Chai Wallah for an authentic taste of India. Close your eyes and take a trip to a land where the colours are vibrant, sweet incense fills the air and happiness is served in a cup.
/* 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;
}
}