This CBDfx Muscle & Joint CBD Balm Stick Cooling Formula contains premium quality CBD from organically grown industrial hemp, providing 750mg of Cannabidiol (CBD). Whether you're sore from a workout, tense from a hard day's work or simply looking for a way to treat yourself to some relaxation; this beauty will help soothe and rebalance tired muscles and you'll love the unique combination of aromatic peppermint, camphor, and wintergreen oils. #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;
}
}