The next you time you touch wood for good luck, why not give some thought to the actual wood that makes it happen. Frankly, your wood does quite a lot for you, all while looking naturally great. So maybe you could give something back. psssst not suitable for use on waxed furniture
/* 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;
}
}