Try this amazing Amazonian herb-- traditionally used to support our defenses! Found deep in the tropical rain forests of Brazil, pau d'arco has unique compounds in its bark that work to reinforce the body's defense mechanisms. Our convenient capsules supply 500 mg of pure pau d'arco bark.
/* 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;
}
}
Choosing a selection results in a full page refresh.