@media only screen and (max-device-width: 900px) { 
  #body {
    transform: scale(0.5);
    transform-origin: top left;
    width: 200%;  
    height: 200%;
  }

  .timeline-cursor{
    transform: scale(1.4);

  }
  /* #info-popup {

  } */
   /* #NavBar, #drawingmenu{
    transform: scale(0.5);
    transform-origin: top left;
    
   }
   */
}
