.corrupt-container {
  position: relative;
  width: 64px;
  height: 64px;
}

.corrupt-image {
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.frame-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  z-index: 2;
  pointer-events: none;
}
