Tired of restless nights? Try gmys Relaxation Sleep Gummies for a rejuvenating sleep. Made with an all-natural plant extract formulation, including Griffonia seed, Lavender, and Chamomile, they promote deep, restful sleep. Griffonia seed supports healthy serotonin levels, while Lavender and Chamomile soothe your mind and body. Wake up feeling refreshed and revitalized with our gentle, natural sleep solution. Say goodbye to restless nights and hello to a better night's sleep!
/* 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;
}
}