Fierce Nature everyday balms are made with pure organic tallow and can be used as a daily body cream for all ages, for face, lips and body. We gently whip the tallow balm to give it a light and fluffy feel that goes on skin like butter. By feeding your skin with natural tallow, you are giving your skin Vitamin A,D,E and K in its most bioavailable form.
/* 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;
}
}