100% Epic Electric Sonic Toothbrush with multi-adjustable sonic vibrations to smash plaque & curb tartar build-up. Its 5 brushing modes & 3 adjustable sonic-speed settings mean less gingivitis & bleeding gums & more smiles & snogs. The shifting speed also means it's safe if you're going through orthodontic treatments & thanks to our 100% recyclable components, plastic-free packaging, & our ZTL program one place you won't find it, is in a landfill site.
/* 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;
}
}