.production-list {
  position: relative;
}

.production-list-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .full-text {
    height: 3000px;
    overflow: initial;
  }

  .full-text .full-text-image-wrapper {
    position: sticky;
    top: 6vw;
  }
}
