body {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background-position: 0% 0%;
}

.container {
     overflow: hidden;
     /* justify-content: center;
     align-items: center; */
     left: 0%;
     margin-left: 0%;
}

#lienzo{
  width: 100%;
  display: block;
  overflow: hidden;
  max-width: 997px;
}
#animation_container, #canvas, #canvas2, #canvas3, #dom_overlay_container {
	max-width: 997px !important;
	width: 100% !important;
	height: auto !important;
}
