.information-state {
  position: relative;
}

.information-status-icon {
  position: absolute;
  top: -78px;
  left: 50%;
  width: 100px;
  height: 100px;
  display: block;
  transform: translateX(-50%);
  object-fit: contain;
  image-rendering: pixelated;
  pointer-events: none;
}

.fly-art {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.12);
  filter: none;
  mix-blend-mode: normal;
  pointer-events: none;
}

@media (max-width: 820px) {
  .information-state {
    position: relative;
  }

  .information-status-icon {
    top: -56px;
    width: 72px;
    height: 72px;
  }
}


