/* *****************************

BVAmbient - VanillaJS Particle Background
Developed by: Bruno Vieira

**************************** */

.bvambient_particle {
	position: absolute;

	pointer-events: none;
	transition: top linear, left linear;
	overflow-y: hidden;


}

.ambient-size {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
}