.instruction-steps-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 20;
}

.instruction-step-marker {
  position: absolute;
  min-width: 98px;
  padding: 0.55rem 0.75rem;
  color: #F00;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-align: center;
  transition: transform 0.3s ease;
  text-transform: uppercase;
}

.instruction-step-marker span {
  display: block;
}

.instruction-step-marker.step-1 {
  top: 55px;
  left: 11%;
}

.instruction-step-marker.step-2 {
  top: 285px;
  left: 2.4%;
}

.instruction-step-marker.step-3 {
  top: 410px;
  left: 11.5%;
}

.instruction-step-marker.step-4 {
  top: 570px;
  left: 11%;
}

.instruction-step-marker.step-5 {
  top: 615px;
  left: 42.75%;
  color: #FFF;
}

.instruction-step-marker.step-6 {
  top: 615px;
  left: 77.2%;
  color: #FFF;
}

@media (max-width: 1023px) {
  .instruction-steps-overlay {
    display: none !important;
  }
}
