#global_image{
    opacity: 0.9;
}


/* IMAGE GALLERY */
#round_flex{
  position: relative;
  width: 100%;
  height: 400px;
}



.round_headline{
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  margin-top: 6.5vw;
  font-size: 2.5vw;
  background-color: var(--navbar-bg);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 7px 30px;
  font-family:'Courier New', Courier, monospace;
}

.round_image{
  position: absolute;
  width: 20vw;
  height: 20vw;
  border-radius: 1000px;
  transition: opacity 0.5s;
}

.round_image:hover + .round_headline,
.round_headline:hover{
  opacity: 1;
}


.left_img{
  margin-left: 20vw;
}

.left_text{
  margin-left: 38vw;
}

.right_img{
  right: 0px;
  margin-right: 20vw;
}

.right_text{
  right: 0px;
  margin-right: 38vw;
}

/*  IMAGES GLOBAL */

/* MARINE CB */
#clouds_image{
  background: url(images/clouds.jpg);
  background-position: center;
  background-size: cover;
}

/* MARINE BIOMASS REGENERATION */
#biomass_image{
  background: url(images/biomass.jpg);
  background-position: center;
  background-size: cover;
}


/* GREEN KEROSIN */
#kerosin_image{
  background: url(images/kerosin.jpg);
  background-position: center;
  background-size: cover;
}

/* CO2 */
#co2_image{
  background: url(images/co2.jpg);
  background-position: center;
  background-size: cover;
}

/* PERMAFROST */
#perm_image{
  background: url(images/perm.jpg);
  background-position: center;
  background-size: cover;
}

/* POWER TO X */
#p2x_image{
  background: url(images/p2x.jpg);
  background-position: center;
  background-size: cover;
}




/*  IMAGES LOCAL */

/* MARINE CB */
#alltag_image{
  background: url(images/alltag.jpg);
  background-position: center;
  background-size: cover;
}

/* MARINE BIOMASS REGENERATION */
#climate_image{
  background: url(images/climate\ plants.jpg);
  background-position: center;
  background-size: cover;
}


/* GREEN KEROSIN */
#city_image{
  background: url(images/city.jpg);
  background-position: center;
  background-size: cover;
}

/* CO2 */
#moore_image{
  background: url(images/moore.jpg);
  background-position: center;
  background-size: cover;
}