otzibrew's mission is to give you a break from the coffee habit, and introduce a whole new drinking experience to your lifestyle. We believe it's a journey worth taking with our new Organic Dandelion & Burdock Root Medium Roast Coffee Alternative which is a natural source of fibre that supports the growth and maintenance of live, friendly bacteria in your gut microbiome, while giving the satisfaction of coffee without the caffeine come down.
/* 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;
}
}