Vizulize Dry Eye Drops have been specially developed to provide effective and long lasting relief for dry, tired and irritated eyes. The specially developed formula includes the natrual tear lubricant, sodium hyaluronate to moisturise. Hydrate and soothe dry eyes and the associated feelins of irritation, grittiness and discomfort.
/* 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;
}
}