body {
  margin: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.glitch-container {
  position: relative;
  width: 300px;
}

.glitch-img {
  width: 100%;
  display: block;
}

.glitch-layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  /* mix-blend-mode entfernt */
  z-index: 2;
}
