The Olbas Inhaler is a convenient stick presentation which is easy to use and can be carried in a pocket or handbag. It is lightweight and cannot break, yet offers the full power of Olbas anywhere, any time. It can be used for the symptomatic relief of blocked up sinuses, catarrh, hay fever, colds and influenza.
/* 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;
}
}