
				.addparticles div
				{
					z-index:1;
				}
				.addparticles
				{
					position:relative;
				}
				#particles-js {
				  position: absolute;
				  width: 100%;
				  height: 100%;
				  background-color: #b61924;
				  background-image: url("");
				  background-repeat: no-repeat;
				  background-size: cover;
				  background-position: 50% 50%;
				  top:0px
				}

				
			#particles-js
			{
				/* transform: skewY(-19deg);*/
				transform-origin: 0;
				background: linear-gradient(-45deg, );
				
				background-size: 1000% 1000% ;
				animation: gradient 15s ease infinite;
			}
			@keyframes gradient {
				0% {
					background-position: 0% 50%;
				}
				50% {
					background-position: 100% 50%;
				}
				100% {
					background-position: 0% 50%;
				}
			}

		