Kalms Lavender One-A-Day Capsules are a traditional herbal medicinal product for the temporary relief of anxiety. Lavender oil has a long standing association with relieving symptoms of mild anxiety such as stress and nervousness. Comes in a convenient one-a-day soft capsule.
/* 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;
}
}