#particles-js {
	background:-webkit-linear-gradient(left top, #00153d, #0c4d43);
	background:-o-linear-gradient(bottom right, #00153d, #0c4d43);
	background:linear-gradient(to bottom right, #00153d, #0c4d43);
	/*width:100vw;
	min-height:100vh;*/
	height:100%;
	width:100%;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

#particles-js .particles-js-canvas-el {
	width:100vw!important;
	height:100vh!important;
}