Mould Remover is a bleach-free and easy to use treatment that kills mould and mildew. Removing both black and brown moulds this solution provides long lasting protection against re-growth. The non-toxic formula is safe to use on most surfaces. For internal and external 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;
}
}