Conscious Man Organic Bounders Lotion can be used on face as well as body for a great all over unique luxe aroma from Conscious Skincare's signature blend. The lotion is rich yet easily absorbed and perfect to use post-shower, post shave. Made with organi shea and apricot kernel oil.
/* 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;
}
}