.mySlides {
    display: none;
	overflow: hidden;
}
.all-cont {
	margin: 20px 0;
}



/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    overflow: hidden;
	margin-bottom: 10px;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.slideshow-container .nav-links {
	display: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.slideshow-container img {
	height: 600px;
	object-fit: cover;
    object-position: 50% 50%;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
    background-color: rgba(0,0,0,0.8);
}
.slideshow-container .prev, .slideshow-container .next {
	background-color: rgba(0,0,0,0.6);
}

/* Caption text */
.slideshow-container .seos-text {
	position: absolute;
    bottom: 0;
    color: #f2f2f2;
    font-size: 15px;
    width: 100%;
    text-align: center;
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
	animation-duration: 1.5s; 
	-webkit-animation-duration: 1.5s;
}

.all-cont .seos-text h2 {
    text-align: left;
	background-color: rgba(0,0,0,0.7);	
	padding: 15px 20px 15px 20px;
	color: #C0C0C0;
	margin: 0;
}

.all-cont .seos-text h2 a {
	color: #C0C0C0;	
}

.all-cont .seos-text h2 a:hover {
    color: #c36dff;
}

.slideshow-container .seos-text .seos-slide-description {
    text-align: left;
    padding: 13px 20px 10px 22px; 
	background-color: rgba(0,0,0,0.7);	
	width: 100%;
	color: #C0C0C0;
}

.slideshow-container .seos-text .seos-slide-description a {
	color: #C0C0C0;	
}

.slideshow-container .seos-text .seos-slide-description a:hover {
    color: #c36dff;
}

.slideshow-container .seos-text h2 a {
	text-decoration: none;
}
/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
  cursor: pointer;
  height: 10px;
  width: 25px;
  margin: 0 2px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active, .slideshow-container .dot:hover {
  background-color: #c36dff;
}

.slideshow-container .slide-dots {
	text-align: center;
	margin: 10px;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .slideshow-container .prev, .slideshow-container .next, .slideshow-container .seos-text {font-size: 11px}
}