Create a day-to-night emotional wellness routine for kids. Our kid-friendly RESCUE blend of flower essences provides support for everyday stressors like tests, big games & routine doctor visits.
Natural Stress Relief for Kids, Trusted Worldwide For Generations
Growing up can be stressful! RESCUE Kids drops can help kids cope with everyday stressful situations.
/* 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;
}
}