Pine is required when we have feelings of guilt or blame ourselves - even take responsibility for situations that are not of our making. We condemn our self, even when successful, thinking we could have done better and are never content with our efforts or results. This remedy will help to enlarge our point of view and give the clarity needed to alleviate feelings of guilt.
/* 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;
}
}