Energising, stimulating, and clearing
Traditionally used to help clear the sinuses
Naturally energising, refreshing and uplifting
Species: Eucalyptus globulus
Origin: China
Extraction Process: Steam distilled
Eucalyptus Organic essential oil is often made use of during the winter months to help to clear nasal passages; you can try diluting it with a carrier oil and massaging over the chest as well as using in a steam inhalation (add 2-3 drops to a bowl of hot water, place towel over your head and inhale the refreshing aromas).
/* 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;
}
}