A light, transparent Honey with a delightfully clan and delicate taste. Hungary and this region of eastern Europe is a traditional honey producer thanks to the high mountain lawns and native acacia trees. An ideal natural sweetener for hot drinks, yogurts and juices.
/* 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;
}
}