The Agrimony person is worried and restless in both mind and body. A feeling of inner suffering and torment is hidden behind a mask of cheerfulness and humour and they always maintain a smile. This remedy helps them to relax and share problems, to put these into perspective, and assists in creating a sense of peace.
/* 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;
}
}