Pip & Nut's Milk Chocolate Peanut Butter Cups are generously filled with real, silky smooth peanut butter made from specially sourced peanuts, then lovingly wrapped in creamy milk chocolate. We're proud to source 100% of our cocoa via Tony's Open Chain, so our chocolate is fully traceable.
/* 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;
}
}