Wild Yam is traditionally known as a women's herb, used to support female health and cycles. Wild Yam contains compounds called Phytoestrogens, these are plant-based compounds that are believed to have a similar structure to oestrogen, or can mimic their effects. Wild Yam has been traditionally used to support digestive health and taken for an upset stomach or nausea.
/* 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;
}
}