Better days begin with more restful nights. Experience a deeper and more restorative sleep with B-YOND Elite Sleep Mouth Tape.B-YOND Elite Sleep Mouth Tape gently adheres the lips together, encouraging natural nasal breathing during sleep. Nasal breathing leads to a cascade of benefits, but is most important during sleep.(We've been informed it is fantastic to reduce snoring...!)Transform your sleep with B-YOND Elite Sleep Mouth Tape.Contains 30 in a pouch.
/* 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;
}
}