
#particles-js {
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
	top:0;
}
.particles-bg{
	background: #2900ff;
	    bottom: 0;
    left: -50%;
    opacity: .5;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 1;
	}
	
	.particles{
    /*background: url(../images/page-hero-2.jpg);*/
		}