"Ver" means true, because VerMints are as honest as can be. They are made of 100% natural ingredients, as we ditched all the gross, health-harming, chemically-modified stuff that you usually find in mints and made super tasty mints from nature and nature only.
Sometimes a little jolt with a touch of zing is exactly what the workday ordered! If you like to go left when the crowd goes right, VerMints Organic GingerMint will take you on a thrilling taste adventure.
/* 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;
}
}