/* GSAP Animation background */

#container {
    width: 100%;
    height: 100%; 
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  
  .panel {
    position: absolute;
    will-change: transform;
    min-width: 100%;
    height: 100%;/*calc(100% - 50px); */
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
  }

  .panel h1 {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .panel p{
    background-color: rgba(0, 0, 0, 0.7);
  }


  .description {
    background-image: url("../Media/Atelier_I_pop_rez.jpg");
  }

  .scroll-down {
    position:relative;
    top: 100px;
    text-align: center;
  }

.one { 
  background-image: url("../Media/Atelier_II_pop.JPG");
 
}

.two { 
  background-image: url("../Media/Atelier_III_pop.JPG");
}

.three { 
  background-image: url("../Media/Atelier_oben.JPG");

}

.four { 
  background-image: url("../Media/Atelier_oben_II.JPG");
}
