/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */



/* =============================================================================
   My CSS
   ========================================================================== */



#particles-js{
	width: 100%;
	/* background: #000; */
	height: 100%;
	float: left;
	opacity: 0.5;
	z-index: 10;
	/*position: relative;*/

}
@media (max-width: 767px){
	#particles-js{
		/*position: relative;*/
	}

}
