#bats-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
}

.bat {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url('../../images/logos/bat.png');
  background-size: contain;
  background-repeat: no-repeat;
  will-change: transform;
}
