The Mimulus person experiences fears that they know and that exist in everyday life, such as illness, pain, accidents, heights, poverty, the dark, death etc. Their fearful nature extends to contact with people and they are usually shy, nervous or retiring. This remedy will assist in gaining the courage to confront their fears and, by so doing, diminish them.
/* 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;
}
}