Organic Egyptian Black Seed Oil Cold Pressed Unrefined, Nigella sativa Organic The Best Black seed oil is amongst the purest & finest brand of black seed oil you will ever come across, extracted cold without the use of chemicals, preservatives or additives.
Certified, from controlled organic farmin
/* 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;
}
}