This is the remedy for shock in any form and is indicated whenever there is trauma to the system - both mental and physical - for example from an accident, a bereavement or any emotionally disturbing news which causes great distress. Star of Bethlehem helps to stabilize the mind and body - especially where sudden emotional shock has caused a convulsion of the system - and also assists in acceptance of the inevitable.
/* 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;
}
}