Ministry of Tea Organic The Big Sleep Infusion 20 tea bags. The alchemists at the Ministry have worked their magic and created this peaceful potion which will send you off to dreamland. Soothing chamomile, valerian and lemon balm will relax you and have you snoozing before you know it.
/* 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;
}
}