@media (max-width: 992px) {

  /* ---- hlavní slider ---- */

  .pswipe-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .pswipe-track {
    display: flex;
    will-change: transform;
    transition: transform 0.32s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-user-select: none;
    user-select: none;
  }

  .pswipe-track.pswipe-dragging {
    transition: none;
  }

  /* šířka slide – zbytek (~12 %) tvoří peek dalšího obrázku */
  .pswipe-slide {
    flex: 0 0 calc(88% - 8px);
    width: calc(88% - 8px);
    margin-right: 8px;
  }

  .pswipe-slide img {
    width: 100%;
    height: auto;
    display: block;
    filter: none !important;
    opacity: 1 !important;
  }

  .pswipe-orig-hidden {
    display: none !important;
  }

  /* ---- pás miniatur ---- */

  .p-thumbnail,
  .p-thumbnail img {
    opacity: 1 !important;
    filter: none !important;
  }

  /* rámeček aktivní miniatury */
  .p-thumbnail.highlighted {
     border: 1px solid black !important;
 
  }

}
