@media (max-width: 600px) {

  /* =========================
     GŁÓWNA GRAFIKA
     ========================= */

  .symbol-tilt {
    width: 350px;
    height: 350px;

    margin-left: auto;
    margin-right: 0;

    position: relative;
    right: -55px;

    transform-origin: bottom center;
  }

  .symbol-mask {
    width: 100%;
    height: 100%;
  }

  .image-track img {
    width: 350px;
    height: 350px;
    flex: 0 0 350px;
  }


  /* 3 zdjęcia × 350px */
  @keyframes moveImages {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-1050px);
    }
  }


  /* =========================
     LINIA WEWNĄTRZ MASKI
     ========================= */

  .line-layer {
    width: 7px;
    height: 105px;
  }

  .line-layer::before {
    top: -15px;

    width: 28px;
    height: 28px;

    box-shadow: 0 0 15px rgba(219, 179, 107, 0.65);
  }


  /* =========================
     PŁYWAJĄCE KSZTAŁTY
     ========================= */

  .floating-shapes {
    left: 38px;
    top: 138px;

    width: 150px;
    height: 180px;
  }

  .floating-shape.shape-one {
    width: 48px;
    height: 105px;

    left: 0;
    top: 0;
  }

  .floating-shape.shape-two {
    width: 68px;
    height: 105px;

    left: 38px;
    top: 88px;
  }


  /* =========================
     PIONOWY PROGRESS
     ========================= */

  .banner-progress {
    width: 22px;
    height: auto;
  }

  .progress-line {
    width: 1px;
    height: 65px;
  }

  .progress-dot {
    width: 16px;
    height: 16px;

    border-width: 2px;
  }

  .progress-dot::before {
    inset: 3px;
  }


  /* =========================
     TEKST
     ========================= */

  .banner_txt_prawa_trzymak {
    min-height: 340px;
  }

}