Vitamin D and K are two essential nutrients that your body requires to regulate blood calcium levels, contributing to the health of your bones. The tiny droplets absorb quickly in your mouth providing faster nutrient uptake, entering the bloodstream and bypassing the digestive system.
/* 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;
}
}