.swiper-entry {
  margin-bottom: 40px;
}

.swiper-slide {
  text-align: center;
}

.swiper-label {
  position: absolute;
  left: 20px;
  top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  background-color: #fff;
  border: 2px solid currentColor;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../images/drag.png) 16 9, ew-resize;
}

.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../images/drag-vertical.png) 8 16, ns-resize;
}