@media (max-width: 900px){
	.particle-container {
		display: none;
	}
}

.particle-container {
	opacity: 0.7;
	z-index: 10;
	position: absolute;
}

.particle {
	position: absolute;
	border-radius: 50%;
	opacity: 0.53;
}

@-webkit-keyframes particle-animation-1 {
	100% {
		-webkit-transform: translate3d(60vw, 45vh, 27px);
		transform: translate3d(60vw, 45vh, 27px);
	}
}

@keyframes particle-animation-1 {
	100% {
		-webkit-transform: translate3d(60vw, 45vh, 27px);
		transform: translate3d(60vw, 45vh, 27px);
	}
}
.particle:nth-child(1) {
	-webkit-animation: particle-animation-1 60s infinite;
	animation: particle-animation-1 60s infinite;
	opacity: 0.53;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
	-webkit-transform: translate3d(78vw, 35vh, 41px);
	transform: translate3d(78vw, 35vh, 41px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-2 {
	100% {
		-webkit-transform: translate3d(4vw, 86vh, 35px);
		transform: translate3d(4vw, 86vh, 35px);
	}
}

@keyframes particle-animation-2 {
	100% {
		-webkit-transform: translate3d(4vw, 86vh, 35px);
		transform: translate3d(4vw, 86vh, 35px);
	}
}
.particle:nth-child(2) {
	-webkit-animation: particle-animation-2 60s infinite;
	animation: particle-animation-2 60s infinite;
	opacity: 0.3;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
	-webkit-transform: translate3d(10vw, 23vh, 97px);
	transform: translate3d(10vw, 23vh, 97px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-3 {
	100% {
		-webkit-transform: translate3d(40vw, 72vh, 49px);
		transform: translate3d(40vw, 72vh, 49px);
	}
}

@keyframes particle-animation-3 {
	100% {
		-webkit-transform: translate3d(40vw, 72vh, 49px);
		transform: translate3d(40vw, 72vh, 49px);
	}
}
.particle:nth-child(3) {
	-webkit-animation: particle-animation-3 60s infinite;
	animation: particle-animation-3 60s infinite;
	opacity: 0.95;
	height: 50px;
	width: 50px;
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
	-webkit-transform: translate3d(48vw, 70vh, 54px);
	transform: translate3d(48vw, 70vh, 54px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-4 {
	100% {
		-webkit-transform: translate3d(87vw, 50vh, 27px);
		transform: translate3d(87vw, 50vh, 27px);
	}
}

@keyframes particle-animation-4 {
	100% {
		-webkit-transform: translate3d(87vw, 50vh, 27px);
		transform: translate3d(87vw, 50vh, 27px);
	}
}
.particle:nth-child(4) {
	-webkit-animation: particle-animation-4 60s infinite;
	animation: particle-animation-4 60s infinite;
	opacity: 0.71;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	-webkit-transform: translate3d(52vw, 13vh, 11px);
	transform: translate3d(52vw, 13vh, 11px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-5 {
	100% {
		-webkit-transform: translate3d(55vw, 57vh, 50px);
		transform: translate3d(55vw, 57vh, 50px);
	}
}

@keyframes particle-animation-5 {
	100% {
		-webkit-transform: translate3d(55vw, 57vh, 50px);
		transform: translate3d(55vw, 57vh, 50px);
	}
}
.particle:nth-child(5) {
	-webkit-animation: particle-animation-5 60s infinite;
	animation: particle-animation-5 60s infinite;
	opacity: 0.35;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	-webkit-transform: translate3d(58vw, 50vh, 64px);
	transform: translate3d(58vw, 50vh, 64px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-6 {
	100% {
		-webkit-transform: translate3d(27vw, 74vh, 72px);
		transform: translate3d(27vw, 74vh, 72px);
	}
}

@keyframes particle-animation-6 {
	100% {
		-webkit-transform: translate3d(27vw, 74vh, 72px);
		transform: translate3d(27vw, 74vh, 72px);
	}
}
.particle:nth-child(6) {
	-webkit-animation: particle-animation-6 60s infinite;
	animation: particle-animation-6 60s infinite;
	opacity: 0.25;
	height: 25px;
	width: 25px;
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
	-webkit-transform: translate3d(28vw, 19vh, 64px);
	transform: translate3d(28vw, 19vh, 64px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-7 {
	100% {
		-webkit-transform: translate3d(21vw, 41vh, 76px);
		transform: translate3d(21vw, 41vh, 76px);
	}
}

@keyframes particle-animation-7 {
	100% {
		-webkit-transform: translate3d(21vw, 41vh, 76px);
		transform: translate3d(21vw, 41vh, 76px);
	}
}
.particle:nth-child(7) {
	-webkit-animation: particle-animation-7 60s infinite;
	animation: particle-animation-7 60s infinite;
	opacity: 0.83;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -1.4s;
	animation-delay: -1.4s;
	-webkit-transform: translate3d(55vw, 15vh, 1px);
	transform: translate3d(55vw, 15vh, 1px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-8 {
	100% {
		-webkit-transform: translate3d(86vw, 59vh, 16px);
		transform: translate3d(86vw, 59vh, 16px);
	}
}

@keyframes particle-animation-8 {
	100% {
		-webkit-transform: translate3d(86vw, 59vh, 16px);
		transform: translate3d(86vw, 59vh, 16px);
	}
}
.particle:nth-child(8) {
	-webkit-animation: particle-animation-8 60s infinite;
	animation: particle-animation-8 60s infinite;
	opacity: 0.29;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -1.6s;
	animation-delay: -1.6s;
	-webkit-transform: translate3d(43vw, 20vh, 32px);
	transform: translate3d(43vw, 20vh, 32px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-9 {
	100% {
		-webkit-transform: translate3d(89vw, 22vh, 47px);
		transform: translate3d(89vw, 22vh, 47px);
	}
}

@keyframes particle-animation-9 {
	100% {
		-webkit-transform: translate3d(89vw, 22vh, 47px);
		transform: translate3d(89vw, 22vh, 47px);
	}
}
.particle:nth-child(9) {
	-webkit-animation: particle-animation-9 60s infinite;
	animation: particle-animation-9 60s infinite;
	opacity: 0.72;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -1.8s;
	animation-delay: -1.8s;
	-webkit-transform: translate3d(75vw, 18vh, 94px);
	transform: translate3d(75vw, 18vh, 94px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-10 {
	100% {
		-webkit-transform: translate3d(51vw, 33vh, 17px);
		transform: translate3d(51vw, 33vh, 17px);
	}
}

@keyframes particle-animation-10 {
	100% {
		-webkit-transform: translate3d(51vw, 33vh, 17px);
		transform: translate3d(51vw, 33vh, 17px);
	}
}
.particle:nth-child(10) {
	-webkit-animation: particle-animation-10 60s infinite;
	animation: particle-animation-10 60s infinite;
	opacity: 0.04;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-transform: translate3d(83vw, 41vh, 12px);
	transform: translate3d(83vw, 41vh, 12px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-11 {
	100% {
		-webkit-transform: translate3d(73vw, 50vh, 92px);
		transform: translate3d(73vw, 50vh, 92px);
	}
}

@keyframes particle-animation-11 {
	100% {
		-webkit-transform: translate3d(73vw, 50vh, 92px);
		transform: translate3d(73vw, 50vh, 92px);
	}
}
.particle:nth-child(11) {
	-webkit-animation: particle-animation-11 60s infinite;
	animation: particle-animation-11 60s infinite;
	opacity: 0.72;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -2.2s;
	animation-delay: -2.2s;
	-webkit-transform: translate3d(68vw, 60vh, 42px);
	transform: translate3d(68vw, 60vh, 42px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-12 {
	100% {
		-webkit-transform: translate3d(76vw, 89vh, 77px);
		transform: translate3d(76vw, 89vh, 77px);
	}
}

@keyframes particle-animation-12 {
	100% {
		-webkit-transform: translate3d(76vw, 89vh, 77px);
		transform: translate3d(76vw, 89vh, 77px);
	}
}
.particle:nth-child(12) {
	-webkit-animation: particle-animation-12 60s infinite;
	animation: particle-animation-12 60s infinite;
	opacity: 0.95;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
	-webkit-transform: translate3d(20vw, 11vh, 86px);
	transform: translate3d(20vw, 11vh, 86px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-13 {
	100% {
		-webkit-transform: translate3d(30vw, 56vh, 2px);
		transform: translate3d(30vw, 56vh, 2px);
	}
}

@keyframes particle-animation-13 {
	100% {
		-webkit-transform: translate3d(30vw, 56vh, 2px);
		transform: translate3d(30vw, 56vh, 2px);
	}
}
.particle:nth-child(13) {
	-webkit-animation: particle-animation-13 60s infinite;
	animation: particle-animation-13 60s infinite;
	opacity: 0.19;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -2.6s;
	animation-delay: -2.6s;
	-webkit-transform: translate3d(67vw, 80vh, 87px);
	transform: translate3d(67vw, 80vh, 87px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-14 {
	100% {
		-webkit-transform: translate3d(43vw, 57vh, 43px);
		transform: translate3d(43vw, 57vh, 43px);
	}
}

@keyframes particle-animation-14 {
	100% {
		-webkit-transform: translate3d(43vw, 57vh, 43px);
		transform: translate3d(43vw, 57vh, 43px);
	}
}
.particle:nth-child(14) {
	-webkit-animation: particle-animation-14 60s infinite;
	animation: particle-animation-14 60s infinite;
	opacity: 0.72;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -2.8s;
	animation-delay: -2.8s;
	-webkit-transform: translate3d(53vw, 77vh, 54px);
	transform: translate3d(53vw, 77vh, 54px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-15 {
	100% {
		-webkit-transform: translate3d(42vw, 14vh, 9px);
		transform: translate3d(42vw, 14vh, 9px);
	}
}

@keyframes particle-animation-15 {
	100% {
		-webkit-transform: translate3d(42vw, 14vh, 9px);
		transform: translate3d(42vw, 14vh, 9px);
	}
}
.particle:nth-child(15) {
	-webkit-animation: particle-animation-15 60s infinite;
	animation: particle-animation-15 60s infinite;
	opacity: 0.77;
	height: 60px;
	width: 60px;
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
	-webkit-transform: translate3d(20vw, 17vh, 6px);
	transform: translate3d(20vw, 17vh, 6px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-16 {
	100% {
		-webkit-transform: translate3d(45vw, 22vh, 18px);
		transform: translate3d(45vw, 22vh, 18px);
	}
}

@keyframes particle-animation-16 {
	100% {
		-webkit-transform: translate3d(45vw, 22vh, 18px);
		transform: translate3d(45vw, 22vh, 18px);
	}
}
.particle:nth-child(16) {
	-webkit-animation: particle-animation-16 60s infinite;
	animation: particle-animation-16 60s infinite;
	opacity: 0.09;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -3.2s;
	animation-delay: -3.2s;
	-webkit-transform: translate3d(25vw, 17vh, 64px);
	transform: translate3d(25vw, 17vh, 64px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-17 {
	100% {
		-webkit-transform: translate3d(23vw, 30vh, 90px);
		transform: translate3d(23vw, 30vh, 90px);
	}
}

@keyframes particle-animation-17 {
	100% {
		-webkit-transform: translate3d(23vw, 30vh, 90px);
		transform: translate3d(23vw, 30vh, 90px);
	}
}
.particle:nth-child(17) {
	-webkit-animation: particle-animation-17 60s infinite;
	animation: particle-animation-17 60s infinite;
	opacity: 0.7;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -3.4s;
	animation-delay: -3.4s;
	-webkit-transform: translate3d(23vw, 57vh, 90px);
	transform: translate3d(23vw, 57vh, 90px);
	background: rgba(255,255,255,0.7);
	z-index: 100;
}

@-webkit-keyframes particle-animation-18 {
	100% {
		-webkit-transform: translate3d(19vw, 1vh, 93px);
		transform: translate3d(19vw, 1vh, 93px);
	}
}

@keyframes particle-animation-18 {
	100% {
		-webkit-transform: translate3d(19vw, 1vh, 93px);
		transform: translate3d(19vw, 1vh, 93px);
	}
}
.particle:nth-child(18) {
	-webkit-animation: particle-animation-18 60s infinite;
	animation: particle-animation-18 60s infinite;
	opacity: 0.49;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -3.6s;
	animation-delay: -3.6s;
	-webkit-transform: translate3d(29vw, 67vh, 37px);
	transform: translate3d(29vw, 67vh, 37px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-19 {
	100% {
		-webkit-transform: translate3d(51vw, 37vh, 12px);
		transform: translate3d(51vw, 37vh, 12px);
	}
}

@keyframes particle-animation-19 {
	100% {
		-webkit-transform: translate3d(51vw, 37vh, 12px);
		transform: translate3d(51vw, 37vh, 12px);
	}
}
.particle:nth-child(19) {
	-webkit-animation: particle-animation-19 60s infinite;
	animation: particle-animation-19 60s infinite;
	opacity: 0.83;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -3.8s;
	animation-delay: -3.8s;
	-webkit-transform: translate3d(28vw, 11vh, 42px);
	transform: translate3d(28vw, 11vh, 42px);
	background: rgba(255,255,255,0.5);
	z-index: 100;
}

@-webkit-keyframes particle-animation-20 {
	100% {
		-webkit-transform: translate3d(89vw, 3vh, 20px);
		transform: translate3d(89vw, 3vh, 20px);
	}
}

@keyframes particle-animation-20 {
	100% {
		-webkit-transform: translate3d(89vw, 3vh, 20px);
		transform: translate3d(89vw, 3vh, 20px);
	}
}
.particle:nth-child(20) {
	-webkit-animation: particle-animation-20 60s infinite;
	animation: particle-animation-20 60s infinite;
	opacity: 0.43;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-transform: translate3d(2vw, 21vh, 82px);
	transform: translate3d(2vw, 21vh, 82px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-21 {
	100% {
		-webkit-transform: translate3d(2vw, 80vh, 46px);
		transform: translate3d(2vw, 80vh, 46px);
	}
}

@keyframes particle-animation-21 {
	100% {
		-webkit-transform: translate3d(2vw, 80vh, 46px);
		transform: translate3d(2vw, 80vh, 46px);
	}
}
.particle:nth-child(21) {
	-webkit-animation: particle-animation-21 60s infinite;
	animation: particle-animation-21 60s infinite;
	opacity: 0.42;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -4.2s;
	animation-delay: -4.2s;
	-webkit-transform: translate3d(81vw, 36vh, 97px);
	transform: translate3d(81vw, 36vh, 97px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-22 {
	100% {
		-webkit-transform: translate3d(9vw, 74vh, 67px);
		transform: translate3d(9vw, 74vh, 67px);
	}
}

@keyframes particle-animation-22 {
	100% {
		-webkit-transform: translate3d(9vw, 74vh, 67px);
		transform: translate3d(9vw, 74vh, 67px);
	}
}
.particle:nth-child(22) {
	-webkit-animation: particle-animation-22 60s infinite;
	animation: particle-animation-22 60s infinite;
	opacity: 0.29;
	height: 50px;
	width: 50px;
	-webkit-animation-delay: -4.4s;
	animation-delay: -4.4s;
	-webkit-transform: translate3d(42vw, 48vh, 9px);
	transform: translate3d(42vw, 48vh, 9px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-23 {
	100% {
		-webkit-transform: translate3d(48vw, 87vh, 81px);
		transform: translate3d(48vw, 87vh, 81px);
	}
}

@keyframes particle-animation-23 {
	100% {
		-webkit-transform: translate3d(48vw, 87vh, 81px);
		transform: translate3d(48vw, 87vh, 81px);
	}
}
.particle:nth-child(23) {
	-webkit-animation: particle-animation-23 60s infinite;
	animation: particle-animation-23 60s infinite;
	opacity: 0.25;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -4.6s;
	animation-delay: -4.6s;
	-webkit-transform: translate3d(52vw, 5vh, 84px);
	transform: translate3d(52vw, 5vh, 84px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-24 {
	100% {
		-webkit-transform: translate3d(20vw, 60vh, 63px);
		transform: translate3d(20vw, 60vh, 63px);
	}
}

@keyframes particle-animation-24 {
	100% {
		-webkit-transform: translate3d(20vw, 60vh, 63px);
		transform: translate3d(20vw, 60vh, 63px);
	}
}
.particle:nth-child(24) {
	-webkit-animation: particle-animation-24 60s infinite;
	animation: particle-animation-24 60s infinite;
	opacity: 0.97;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -4.8s;
	animation-delay: -4.8s;
	-webkit-transform: translate3d(88vw, 57vh, 47px);
	transform: translate3d(88vw, 57vh, 47px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-25 {
	100% {
		-webkit-transform: translate3d(8vw, 14vh, 62px);
		transform: translate3d(8vw, 14vh, 62px);
	}
}

@keyframes particle-animation-25 {
	100% {
		-webkit-transform: translate3d(8vw, 14vh, 62px);
		transform: translate3d(8vw, 14vh, 62px);
	}
}
.particle:nth-child(25) {
	-webkit-animation: particle-animation-25 60s infinite;
	animation: particle-animation-25 60s infinite;
	opacity: 0.13;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
	-webkit-transform: translate3d(6vw, 12vh, 60px);
	transform: translate3d(6vw, 12vh, 60px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-26 {
	100% {
		-webkit-transform: translate3d(8vw, 86vh, 79px);
		transform: translate3d(8vw, 86vh, 79px);
	}
}

@keyframes particle-animation-26 {
	100% {
		-webkit-transform: translate3d(8vw, 86vh, 79px);
		transform: translate3d(8vw, 86vh, 79px);
	}
}
.particle:nth-child(26) {
	-webkit-animation: particle-animation-26 60s infinite;
	animation: particle-animation-26 60s infinite;
	opacity: 0.37;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -5.2s;
	animation-delay: -5.2s;
	-webkit-transform: translate3d(33vw, 49vh, 90px);
	transform: translate3d(33vw, 49vh, 90px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-27 {
	100% {
		-webkit-transform: translate3d(4vw, 31vh, 73px);
		transform: translate3d(4vw, 31vh, 73px);
	}
}

@keyframes particle-animation-27 {
	100% {
		-webkit-transform: translate3d(4vw, 31vh, 73px);
		transform: translate3d(4vw, 31vh, 73px);
	}
}
.particle:nth-child(27) {
	-webkit-animation: particle-animation-27 60s infinite;
	animation: particle-animation-27 60s infinite;
	opacity: 0.9;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -5.4s;
	animation-delay: -5.4s;
	-webkit-transform: translate3d(2vw, 18vh, 34px);
	transform: translate3d(2vw, 18vh, 34px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-28 {
	100% {
		-webkit-transform: translate3d(74vw, 55vh, 77px);
		transform: translate3d(74vw, 55vh, 77px);
	}
}

@keyframes particle-animation-28 {
	100% {
		-webkit-transform: translate3d(74vw, 55vh, 77px);
		transform: translate3d(74vw, 55vh, 77px);
	}
}
.particle:nth-child(28) {
	-webkit-animation: particle-animation-28 60s infinite;
	animation: particle-animation-28 60s infinite;
	opacity: 0.82;
	height: 70px;
	width: 70px;
	-webkit-animation-delay: -5.6s;
	animation-delay: -5.6s;
	-webkit-transform: translate3d(13vw, 27vh, 75px);
	transform: translate3d(13vw, 27vh, 75px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-29 {
	100% {
		-webkit-transform: translate3d(84vw, 57vh, 11px);
		transform: translate3d(84vw, 57vh, 11px);
	}
}

@keyframes particle-animation-29 {
	100% {
		-webkit-transform: translate3d(84vw, 57vh, 11px);
		transform: translate3d(84vw, 57vh, 11px);
	}
}
.particle:nth-child(29) {
	-webkit-animation: particle-animation-29 60s infinite;
	animation: particle-animation-29 60s infinite;
	opacity: 0.44;
	height: 30px;
	width: 30px;
	-webkit-animation-delay: -5.8s;
	animation-delay: -5.8s;
	-webkit-transform: translate3d(86vw, 42vh, 79px);
	transform: translate3d(86vw, 42vh, 79px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
}

@-webkit-keyframes particle-animation-30 {
	100% {
		-webkit-transform: translate3d(88vw, 2vh, 89px);
		transform: translate3d(88vw, 2vh, 89px);
	}
}

@keyframes particle-animation-30 {
	100% {
		-webkit-transform: translate3d(88vw, 2vh, 89px);
		transform: translate3d(88vw, 2vh, 89px);
	}
}
.particle:nth-child(30) {
	-webkit-animation: particle-animation-30 60s infinite;
	animation: particle-animation-30 60s infinite;
	opacity: 0.65;
	height: 40px;
	width: 40px;
	-webkit-animation-delay: -6s;
	animation-delay: -6s;
	-webkit-transform: translate3d(60vw, 57vh, 43px);
	transform: translate3d(60vw, 57vh, 43px);
	background: rgba(255,255,255,0.8);
	z-index: 100;
} 