Fight colds and Flu with triple the power. HRI Coldcare is the first natural medicine to combine Echinacea plus 100% RDA of vitamin C and zinc in one tablet. Coldcare is a traditional herbal medicinal product use to relieve the symptoms of colds and flu. Based on traditional use only. Always read the label.
/* 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;
}
}