Our Aloe Pura Aloe Vera Gel with Vitamins A, C & E is produced from Aloe vera juice, which enables us to capture the natural properties of the Aloe vera plant. This soothing gel with vitamins A, C & E can help to rehydrate and replenish dry and problem skin. It can also be applied to stretch marks, scars and sun exposed skin.
/* 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;
}
}