The lavera Complete Care Toothpaste with organic echinacea and calcium is fluoride-free and offers teeth with a 5 in 1 protection. The highly effective, fluoride-free formula with calcium reliably protects the teeth and gums, providing healthy oral care.
/* 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;
}
}