Ashwagandha is a type of plant which grows in parts of Asia. Extracts from its root are used for a number of purposes, but particularly to help nourish the mind and aid relaxation. Some of the active components in ashwagandha root are called withanolides. These natural substances are thought to give ashwagandha root extracts adaptogenic properties, meaning they may help the body modulate its response to stress. One vegetarian capsules have been specifically formulated using extractsof ashwagandha root that contain effective levels of withanolides.
/* 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;
}
}