Kalms is a traditional plant remedy containing the herbs valerian and hops. These are well documented to bring relief from many of the symptoms caused by the stresses and strains of modern living. Kalms can relieve worry and irritability as well as helping to restore natural sleep patterns without causing drowsiness during the day.
/* 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;
}
}