Organic Hemp Oil is described as 'nature's most perfectly balanced oil', rich in essential fatty acids (EFAs) and Omega 3, 6 and 9, essential for healthy looking skin. The unique properties of this amazing oil are combined with Aloe Vera, Almond, Avocado Oil and our proprietary blend of bioactive, natural and organic extracts including Horsetail, Hops and Hibiscus to create a moisturising lotion that helps to smooth, restore and nourish the 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;
}
}