/* ============ Fix CSS ============ */
.slideshow-list-inner {
	margin-right: 105px !important;
}
.slideshow-no-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
}

/* ============ Slideshow container ============ */
.slideshow-container {
	position: relative;
	height: 250px;
	overflow: hidden;
}

/* ============ Slides ============ */
.slideshow-slides {
	height: 0;
	opacity: 1;
	transition: all 1s ease;
	overflow: hidden;
	background-size: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: top 3% center;
filter: brightness(0.8);
box-shadow: inset #00000070 0px 7px 20px 8px;
    border: 2px solid #171717;
}

.slideshow-slides-text {
	text-align: center;
	padding: 7px 50px 9px 50px;
	background: linear-gradient(0deg, rgb(10 10 10) 0%, rgb(0 0 0 / 28%) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
color: #e7e7e7c4;
font-style: italic;
}

.slideshow-slides-text a {
color: #e7e7e7;
font-style: normal;}


/* ============ Image navigator container ============ */
.slideshow-image-navigator-container {
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	width: 125px;
	margin-right: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	scroll-behavior: smooth;
}
.slideshow-image-navigator-container img {
	width: 100px;
	height: 50px;
	margin: 2px;
	border: 1px solid #000000;
	cursor: pointer;
	opacity: 0.5;
	border-radius: 3px;
}
img.slideshow-active, .slideshow-image-navigator-container img:hover {
	opacity: 1;
}

/* Dot navigator container */
.slideshow-dot-navigator-container {
	text-align: center;
	background: none;
position: absolute;
margin: -49px 807px;
    width: 5px;
    color: transparent;
    opacity: 0.6;
}
.slideshow-dot-navigator {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #7171716e;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.slideshow-active, .slideshow-dot-navigator:hover {
	background-color: #bbbbbbc2;
}

/* ============ Next & previous buttons ============ */
.slideshow-prev, .slideshow-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 8px;
	color: #888;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
}

.slideshow-prev:hover, .slideshow-next:hover {
	background-color: rgba(0,0,0,0.8);
	color: white;
	text-decoration: none;
}

.slideshow-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
.slideshow-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.forabgslide {
	background: none !important;
    	border: none;
    	margin-left: 5px;
    	box-shadow: none;
	margin-bottom: -3px;
    	clear: both;
	padding-bottom: 15px;}

/* ============ Responsive ============ */
@media (max-width: 700px) {
	.slideshow-list-inner {
		margin-right: 0 !important;
	}
	.slideshow-image-navigator-container {
		display: none;
	}
	.slideshow-no-wrap {
		margin-right: 0 !important;
	}
}

@media (min-width: 840px) {
	.forabgslide {
		width: 840px !Important;}
}