

.animation-wrapper {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;transform: rotate(3.142rad);
  opacity:0.5;
}


.particle,
.particle:after {
  background: transparent;
}

.particle:after {
  position: absolute;
  content: "";
  top: 2560px;
}

.particle-1 {
  -webkit-animation: animParticle 60s linear infinite;
          animation: animParticle 60s linear infinite;
  box-shadow: 0px 0px #fff, 411px 1190px #fff, 906px 2269px #fff, 142px 1946px #fff, 1871px 287px #fff, 75px 864px #fff, 2404px 1633px #fff, 1409px 2289px #fff, 1712px 693px #fff, 1327px 1943px #fff, 290px 234px #fff, 1468px 1253px #fff, 1661px 136px #fff, 1224px 416px #fff, 2073px 140px #fff, 1459px 1577px #fff, 1149px 540px #fff, 2383px 2418px #fff, 303px 602px #fff, 870px 2320px #fff, 551px 2200px #fff, 482px 2000px #fff, 788px 39px #fff, 13px 230px #fff, 2034px 370px #fff, 505px 1650px #fff, 810px 2251px #fff, 1444px 592px #fff, 2460px 2249px #fff, 1088px 1477px #fff, 1228px 1333px #fff, 1744px 1990px #fff, 1361px 565px #fff, 331px 2171px #fff, 178px 805px #fff, 374px 1923px #fff, 64px 2402px #fff, 920px 665px #fff, 1061px 1807px #fff, 2359px 447px #fff, 2360px 529px #fff, 370px 2553px #fff, 630px 1894px #fff ;
  
}
 
 
 

@-webkit-keyframes animParticle {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2560px);
            transform: translateY(-2560px);
  }
}

@keyframes animParticle {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2560px);
            transform: translateY(-2560px);
  }
}

/************/

.particle-1,
.particle-2,
.particle-3,
.particle-4{
	/*border-radius:50%;*/

}

.particle-1{
	width:50px;
	height:70px;
	opacity:0.5;
	}









