#animation_container{
  /* position:absolute; */
  width: 100% !important;
  height: auto !important;
  /* width:679px; 
  height:424px; */
  
  margin: 1rem auto; 
  left:0; 
  right:0;
  top:0;
  bottom:0;
}

#canvas{
  width: 100% !important;
  height: 100% !important;
  /* position: absolute; */
  display: block;
  
}

#dom_overlay_container{
  pointer-events:none; 
  overflow:hidden;
  width: 100% !important;
  height: 100% !important;
  /* width:679px; 
  height:424px;  */
  position: absolute; 
  left: 0px; 
  top: 0px; 
  display: block;
}