At Neptune Spring Water, our mission is to combat the environmental challenges posed by plastic water bottles. Despite the staggering global consumption of 481.6 billion plastic water bottles in a single year, carton packaging is a more sustainable and eco-friendly alternative. Join us in our commitment to reduce plastic waste and make a positive impact on the environment, one carton at a time.
/* 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;
}
}