Cold pressed hemp seed oil beautifies the skin from inside and out. Naturally high in omegas 3, 6 and 9 in the perfect ratio to support immune health, cardiovascular health and help to regulate glucose metabolism. Hemp seed oil is also anti inflammatory helping with muscle and joint health. It also provides magnesium, manganese, phosphorous, zinc, iron and copper.
/* 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;
}
}