#particles-js{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0 0 0;
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	position: absolute;
	background: black;
	background-image: url(data/particle_bg.gif);
	background-position: center top;
	background-size: cover;
}

/*---------------------------------------------  Smartphone Portrait  ----------------------------------------------*/

@media screen and (max-width : 415px) {


#particles-js{
	background-position: left top;
}

}