you're gonna love this...
there's a new anti-bac in town and it's made with a new
naturally derived lactic acid formula that's tough on
grease and grime and easy on surfaces. plus, you'll be
happy to know that it kills 99.9% of bacteria*, leaving
behind a fresh scent and a smile.
* including enterococcus hirae, staphylococcus aureus,
escherichia coli, pseudomonas aeruginosa
/* 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;
}
}