Just a 5% drop in hydration can lead to a 30% drop in performance (91). Rehydrate and re-energise faster with Passo, a sun-drenched mango and passionfruit infusion bursting with delicious real fruit in a high-performance hypotonic mix of pure electrolytes, natural carbs and antioxidants. Turn up the juice and stay on top form.
/* 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;
}
}