.slideshow-container {
	width: 100%;
	position: relative;
	margin: auto;
}

/* Make the images invisible by default */
.Containers {
	display: none;
}

.Containers img {
	max-height: 450px;
}

/* forward & Back buttons */
.Back,
.forward {
	cursor: pointer;
	position: absolute;
	top: 48%;
	width: auto;
	margin-top: -23px;
	padding: 17px;
	color: grey;
	font-weight: bold;
	font-size: 19px;
	transition: 0.4s ease;
	border-radius: 0 5px 5px 0;
	user-select: none;
}

/* Place the "forward button" to the right */
.forward {
	right: 0;
	border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
.Back:hover,
.forward:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption Info */
.Info {
	color: #e3e3e3;
	font-size: 16px;
	padding: 10px 14px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
	color: #f2f2f3;
	font-size: 14px;
	padding: 10px 14px;
	position: absolute;
	top: 0;
}

/* The circles or bullets and indicators */
.dots {
	cursor: pointer;
	height: 16px;
	width: 16px;
	margin: 0 3px;
	background-color: #acc;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.5s ease;
}

.enable,
.dots:hover {
	background-color: #717161;
}

/* Faint animation */
.fadeee {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.4s;
	animation-name: fade;
	animation-duration: 1.4s;
}

@-webkit-keyframes fade {
	from {
		opacity: 0.5;
	}
	to {
		opacity: 2;
	}
}

@keyframes fade {
	from {
		opacity: 0.5;
	}
	to {
		opacity: 2;
	}
}


/* Testimoni */
/* Make the images invisible by default */
.slideshow-container-testi {
	width: 100%;
	position: relative;
	margin: auto;
}
.Containers-testi {
	display: none;
	max-height: 240px;
}

/* forward & Back buttons */
.Back-testi,
.forward-testi {
	cursor: pointer;
	position: absolute;
	top: 48%;
	width: auto;
	margin-top: -23px;
	padding: 17px;
	color: white;
	font-weight: bold;
	font-size: 19px;
	transition: 0.4s ease;
	border-radius: 0 5px 5px 0;
	user-select: none;
}

.Back-testi {
	left: 0;
}

/* Place the "forward button" to the right */
.forward-testi {
	right: 0;
	border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
.Back-testi:hover,
.forward-testi:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption Info */
.Info-testi {
	color: #e3e3e3;
	font-size: 16px;
	padding: 10px 14px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo-testi {
	color: #f2f2f3;
	font-size: 14px;
	padding: 10px 14px;
	position: absolute;
	top: 0;
}

/* The circles or bullets and indicators */
.dots-testi {
	cursor: pointer;
	height: 16px;
	width: 16px;
	margin: 0 3px;
	background-color: #acc;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.5s ease;
}

.enable-testi,
.dots-testi:hover {
	background-color: #717161;
}

/* Faint animation */
.fadeee-testi {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.4s;
	animation-name: fade;
	animation-duration: 1.4s;
}