.ptner-zone-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
}

.ptner-footer-shell {
  width: 100%;
  background: transparent;
  pointer-events: none;
}

.ptner-footer-wrap {
  overflow: hidden;
  width: 100%;
  padding: 0px 0;
  pointer-events: auto;
  touch-action: pan-y;
}

.ptner-footer-track {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  will-change: transform;
  cursor: grab;
  user-select: none;
}

.ptner-footer-track.ptner-is-dragging {
  cursor: grabbing;
}

.ptner-zone-footer .ptner-item {
  width: 310px;
  height: 120px;
  min-width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ptner-zone-footer .ptner-media,
.ptner-zone-footer .ptner-media picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ptner-zone-footer .ptner-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .ptner-zone-footer .ptner-item {
    width: 247px;
    height: 100px;
    min-width: 247px;
  }
}
