The team at Rescue recognise that there are many consequences of a busy lifestyle. Rescue has launched an exciting new range called Rescue Plus, which includes vitamins and minerals in addition to the unique combination of Rescue essences.
The sugar-free Rescue Plus Lozenge combines Rescue essences with selected B vitamins in a soothing lozenge with a natural orange and elderflower liquid centre to support your daily performance even on busy days. Pantothenic Acid (Vitamin B5) and vitamin B12.
/* 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;
}
}