.landscape-three{
    background-color: palegoldenrod;
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.visible{
    display: block;
  }

  .forest-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bamboo-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bamboo-mg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .bamboo-fg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .ground-path{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .leafs-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .leafs-mg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .leafs-fg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .leafs-top{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 31%;
    left: 0%;
  }

  .leafs-fg .fg-leafs path {
    animation: shakeLeafsFront 2s linear infinite;
    transform-box: fill-box;
    transform-origin: bottom center;
}

.leafs-fg .fg-leafs path {
  animation: shakeLeafsFront 2s linear infinite;
  transform-box: fill-box;
  transform-origin: bottom center;
}

.leafs-mg .mg-leafs path, .leafs-bg .bg-leafs path{
  animation: shakeLeafsOthers 2s 1s linear infinite;
  transform-box: fill-box;
  transform-origin: bottom center;
}

.panda01{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -40%;
  left: 0%;
  transition: 3s;
  animation: Panda1 6s linear infinite;
  animation-delay: 0;
}

.panda02{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 30%;
  left: 20%;
  animation: Panda2 6s linear infinite;
  animation-delay: 0;
}

.panda03{
  width: 12.1667%;
  height: 19.5322%;
  position: absolute;
  bottom: 38.9178%;
  left: 35%;
  transform-box: fill-box;
  transform-origin: bottom center;
  transform: rotate(-30deg);
  animation: Panda3 6s linear infinite;
  animation-delay: 0;
}

