The Reverse Osmosis membrane filters out the smallest particles including bacteria, viruses, hormones, chemicals, heavy metals and other impurities. During this stage the impurities are separated out by the membrane and flushed away to keep it clean. The RO membrane only needs to be changed every two years.
/* 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;
}
}