2nd Stage filter for the 5 stage purification system. This filter contains Granular Activated Carbon (GAC) which removes chlorine and other Volatile Organic Chemicals (VOC) which are harmful to you and may damage the reverse osmosis filter. This filter should be changed at least every six months.
/* 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;
}
}