Lemon Balm takes its more traditional name, Melissa from the Greek name for its greatest admirer - The Honey Bee. It's said the best way to entice bees into a new hive is to lay a sprig of this distinctive smelling herb onto an empty hive.
Lemon Balm is a popular ingredient mixed into ice creams and in some countries even features as an ingredient in toothpastes. Aquasol Lemon Balm produces a subtle infusion and is an ideal partner to green tea in a botanical latte or a calming herbal tea infusion.
/* 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;
}
}