These CBDfx Women's Multivitamin Gummies are delicious way to combine your daily vitamin and CBD intakes in one! With a carefully selected blend of vitamins for all lady folk, each gummy also contains 25 milligrams of high-quality CBD from organic hemp extract. Vegan friendly, they are made with predominantly organic ingredients, free of GMOs, and never contain artificial sweeteners or corn syrup. #Feelthedifference
/* 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;
}
}