glasses are better half-full. hand wash bottles, too. better yet, totally full. and for that, we offer this refill. it's full of enough biodegradable, naturally derived gel hand wash to refill your bottle nearly 3x. because the only thing worse than dirty hands is employing jeans-wiping as an interim solution.
/* 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;
}
}