Black Seed Oil (Nigella sativa), also known as Black Cumin Oil, is produced from the seeds of Nigella sativa, a flowering plant which grows in Southwest Asia and the Middle East. HealthAid Black Seed Oil is of the highest quality, cold-pressed without chemical extraction and made exclusively from Black Cumin Seeds. It is free from additives and bottled in amber dark high-quality bottles to prevent oxidation and rancidity.
/* 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;
}
}