White Chestnut is the required remedy when we cannot unwind and the mind is assaulted by constant spiralling thoughts. These thoughts, ideas and arguments are constantly spinning and repetitive. Dr Bach called this the 'gramophone record remedy' as it helps to relieve this mental whirlpool and restore peace of mind.
/* 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;
}
}