/* ---- particles.js container ---- */

.box-particles{
	position: relative;
	z-index: 1;
}

#particles-js{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

canvas.particles-js-canvas-el {
	height: 789px!important;
}

@media(max-width: 1280px){

	canvas.particles-js-canvas-el {
		height: 704px!important
	}
	
}
@media(max-width: 991px){
	
	canvas.particles-js-canvas-el {
		height: 664px!important;
	}
}
@media(max-width: 800px){
	
	canvas.particles-js-canvas-el {
		height: 632px!important;
	}
}
@media(max-width: 768px){
	
	canvas.particles-js-canvas-el {
		height: 909px!important;
	}
	
}
@media(max-width: 736px){
	
	canvas.particles-js-canvas-el {
		height: 600px!important;
	}
}

@media(max-width: 667px){
	
	canvas.particles-js-canvas-el {
		height: 581px!important;
	}
	
}
@media(max-width: 320px){
	
	canvas.particles-js-canvas-el {
		height: 487px!important;
	}
}