.gsj-buy-gallery {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #050505;
}

.gsj-buy-gallery__liquid-ether {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  touch-action: auto;
}

.gsj-buy-gallery__liquid-ether canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  touch-action: auto;
}

.gsj-buy-gallery__content {
  position: relative;
  z-index: 1;
}
