Our vegan & plastic-free floss is great for dental care & bad news for landfill. Cleans all the lovely nooks & crannies in your mouth where bacteria love to party preventing gum disease, tooth decay & tartar buildup. Subtly unflavoured it will blend perfectly with your toothpaste or mouthwash.
/* 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;
}
}