.glitch-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.glitch-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  opacity: 0;
}