Most of us think of oregano as a culinary herb, used to flavor our favorite Italian dishes, but herbal experts will tell you that oregano is rich in volatile oils and beneficial flavonoids that make it an excellent tonic for maintaining overall health and vitality. Our convenient capsules make it easier than ever to take advantage of oregano's numerous health benefits.
/* 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;
}
}
Choosing a selection results in a full page refresh.