This essential fat-soluble vitamin contributes to normal bones and blood clotting. Perfect for supporting bone and cardiovascular health. Each tablet provides a clinically proven, effective dose of 45mcg of MenaQ7 the only clinically validated, patented vitamin K2 as MK-7 available.
/* 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;
}
}