Wild rose is the remedy for those who have inwardly given up and cannot find the enthusiasm or ambition to change anything in their life. Their lack of motivation leads to apathy and they become resigned to everything that comes along. This remedy assists in reviving their natural zest and helps create a newfound 'joie de vivre'.
/* 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;
}
}