.liquid-ether-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.liquid-ether-container canvas {
  width: 100%;
  height: 100%;
  display: block;
}
