@charset "UTF-8";
  canvas {
	display: block;
	/*vertical-align: bottom;*/
  } 
  #particles {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	right:0;
	background-color: transparent;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
  } 
/*
  @media (min-width: 1024px) {
	#particles {
		width: 80%;
		height: 80%;
	  } 
  }*/