Stay Calm is our unique blend of botanicals, adaptogens and minerals to relieve anxiety, helping you cope calmly with stress and rise to the demands of each day. With clinically studied ingredients including Ashwagandha KSM-66, Rhodiola, Cordyceps, Schisandra, L-Theanine and L-Tyrosine, Stay Calm supports your mood, helping you overcome stress, pressure and anxiety, providing natural balance, focus and energy.
/* 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;
}
}