For everyday use, these natural pantyliners are made from natural cellulose & contain no plastics, perfumes or synthetics. They are Totally Chlorine Free (TCF), over 74% renewable and over 93% biodegradable. Available in Breathable (staright mini liner), Curved (shaped with biofilm base layer), Tanga (for thong / string underwear)
/* 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;
}
}