HealthAid Interfresh is a natural and highly concentrated liquid gel
preparation specially formulated to help freshen the breath. It works
internally through the digestive system and neutralises bad breath caused by food, alcohol, smoking etc. It combines the neutralising effect of liquid chlorophyll, parsley, safflower oil and peppermint oil providing longer lasting fresh breath from within. It also
aids colon health and wind problems.
/* 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;
}
}