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 smells like sunny citrus. Plus, you'll be happy to know that it kills 99.9% of bacteria*, the only thing left is a sparkling sense of satisfaction. *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;
}
}