#tsparticles {
	position: absolute;
	top: 40px;
	z-index: -1;
	width: 100%;
	height: 1046px;
	background: transparent;
	opacity: 0.55;
	pointer-events: none;
	mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}

.tsparticles-canvas-el {
	position: absolute;
	top: 40px;
	height: 100%;
	z-index: -1;
}
