.video-tank-container canvas {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;

  z-index: 5; /* Adjust z-index to be above videos but below draggable images */
}