We took one of the best products we make in Sweden and remade it entirely on organic ingredients for our friends in the UK. It's perfect for any type of cooking you'd like to do, and contains quality fat which means that it is rich in unsaturated fat*, which if you don't know your fat means that it is the good fat instead of that bad fat, you don't want the bad fat.
/* 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;
}
}