.slideshow {
    position: relative;
    overflow: hidden;
}

.slideshow-placeholder {
    position: relative;
    width: 100%;
    visibility: hidden;
}

.slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -25px;
    line-height: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.slideshow-container.no-scroll {
    overflow: hidden;
    scroll-snap-type: none;
    scroll-behavior: auto;
    -webkit-user-select: none;
    user-select: none;
}

.slideshow-container.finish-scroll {
    scroll-behavior: smooth;
}

.slideshow-slide {
	display: inline-block;
    position: relative;
    width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.slideshow img {
	margin: 0 auto;
	width: 100%;
	pointer-events: none;
}

.swipbt {
	display: none;
}

.swipbt::before {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}
.swipbt::after {
    display: table;
    content: " ";
    clear: both;
    width: 100%;
}

.swip-next, .swip-prev {
    position: absolute;
    top: 50%;
    float: left;
    width: 100%;
}
.swip-next {
	text-align: right;
}
.swip-next i, .swip-prev i {
	font-size: 25px;
    color: #d9d9d980;
}
