Keto Jam Super Raspberry is a high-quality product made from fresh raspberries! It's the perfect way to satisfy your sweet cravings. It's an excellent addition to your keto and low-carb breakfasts, desserts, and other snacks during the day. Enjoy a spoonful of keto jam whenever you feel like it. Remember - do not exceed 1/3 of the jar per day! Yes, we know it can be difficult. Enjoy in moderation!
/* 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;
}
}