.mySlides {
	display: none;
}

.imgSlide {
	vertical-align: middle;
	border-radius: 25px;
	width: 100%;
border: 1px solid #009E60;
}

.imgSlidedsdsd {

	clip-path: inset(0px 100px 0px 100px round 25px);
	
	width: 100%;
	height:100%;
	
}



/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Number text (1/3 etc) */
.dotAbsolute {
	margin: auto;
	width: calc(100%);
	padding: 0px 0px;
	position: absolute;
	bottom: 0;
}

/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
	margin: 10px 2px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #009E60;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #009E60;
	border: 1px solid white;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {font-size: 11px}
}