These CBDfx Gummies are delicious, berry flavored gummies that come loaded with 25 milligrams of high-quality, CBD from organic hemp extract per each gummy in a 60 count bottle. These irresistible chews make it simple to take your CBD in carefully pre-measured amounts at any time of day, no matter where you are. They are made with predominantly organic ingredients, free of GMOs, and never contain artificial sweeteners or corn syrup. #Feelthedifference #Bthedifference
/* 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;
}
}