A versatile, vegan polish made from a blend of plant based wax and natural oils that can be used on natural wood around the home from furniture to banisters. Linseed oil in the formulation nourishes wood and protects against everyday use offering resistance against finger marks and spillages after prolonged use.
/* 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;
}
}