Ear wax is a natural, oily substance produced to protect the eardrum. In some people this wax can build up which can lead to ear pain or partial hearing loss. Olive oil is a natural lubricant which gently softens and helps remove ear wax. Olive Oil can be used during pregnancy and whilst breastfeeding.
/* 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;
}
}