Ashwagandha, known also as Winter cherry, is often referred to as Indian ginseng because of its ability to boost energy, promote stamina and work as a natural stress reliever. It is actually the most extensively researched and most commonly used adaptogen herb. In Sanskrit, the meaning of the word Ashwagandha implies that the herb holds the strength of a horse. Also Ayurveda recommends Ashwagandha as an aphrodisiac and tonic.
/* 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;
}
}