#animation_container {
	margin:auto;
	width:100%;
	height:800px;
	position:relative;
	margin-top:50px;
	overflow:hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#animation_container .animation{
	width:1920px;
	min-width:1920px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#animation_container canvas{
	width:1920px;
	height:800px;
	position:absolute;
	left:0;
	top:0;
}

canvas#bg-canvas {
  display: block;
  background: #00222B;
  position:absolute;
  left:0;
  top:0;
  z-index:-1;
}