.mySlides {
	display: none;
 	width: 98.80%;
/*	word-wrap: break-word;
	color: #000000; */
}

/* Slideshow container */
.slideshow-container {
	position: relative;
	text-align: left;
	word-wrap: break-word;
	color: #000000;
}

/* Caption text */
/* .text { */
	/* color: #c9b10c; */
	/* font-size: 3vh; */
	/* position: relative; */
	/* bottom: 8px; */
	/* width: 100%; */
	/* text-align: left; */
	/* word-wrap: break-word; */
	/* padding: 20px 20px; */
/* } */

/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
    margin: 3px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 3s;
	animation-name: fade;
	animation-duration: 3s;
}

@
-webkit-keyframes fade {
	from {opacity: .4
}

to {
	opacity: 1
}

}
@
keyframes fade {
	from {opacity: .4
}

to {
	opacity: 1
}

}