body {
  position: relative;
}

.splatter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}

.splatter__item {
  position: absolute;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 999px) {
  .splatter__item {
    zoom: 0.6;
  }
}