@charset "utf-8";
/* CSS Document */

.slideshow-container {
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.slideshow-container-background {
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/** {box-sizing: border-box}*/
/*body {font-family: Verdana, sans-serif; margin:0}*/
.mySlides {display: none}

.mySlides.fade img {
	vertical-align: middle;
	height: 520px;
	max-height: 520px;
	/*max-height: 80vh;*/
	margin: auto;
	object-fit:scale-down;
}

.mySlides.fade video {
	vertical-align: middle;
	height: 520px;
	max-height: 520px;
	max-height: 80vh;
	margin: auto;
	object-fit:scale-down;
}

/* Slideshow container */
.slideshow-container {
	box-sizing: border-box;
	position: relative;
	clear: both;
	padding: 0px;
	padding-bottom: 5%;
	
}

.slideshow-container-background {
	box-sizing: border-box;
	clear: both;
	width:84%;
	margin: auto;
	background-color:white;
	padding: 0px;
	padding-bottom: 3%;
}

.slideshow-controls {
	padding-top:3%;
	padding-bottom: 3%;
}

/* Next & previous buttons */
.prev, .next {
  	cursor: pointer;
  	position: absolute;
  	top: 50%;
  	width: auto;
  	padding: 16px;
  	margin-top: -22px;
  	color: gray;
  	font-weight: bold;
  	font-size: 18px;
  	transition: 0.6s ease;
  	border-radius: 0 3px 3px 0;
  	user-select: none;
}

/* Position the "next button" to the right */
.next {
  	right: 0;
  	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  	/*color: #f2f2f2;*/
  	color: black;
  	font-size: 15px;
  	padding: 8px 12px;
  	position: absolute;
  	bottom: 3%;
  	width: 100%;
  	text-align: center;
  	font-size: 1.2rem;
}

/* Number text (1/3 etc) */
.numbertext {
	/*color: #f2f2f2;*/
  	color: black;
  	font-size: 12px;
  	padding: 3% 12px;
  	position: absolute;
  	top: 0;
}

/* The dots/bullets/indicators */
.dot {
  	cursor: pointer;
  	height: 15px;
  	width: 15px;
  	margin: 0 2px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
}

.active, .dot:hover {
 	background-color: #717171;
}


/* Fading animation */
.fade {
  	-webkit-animation-name: fade;
  	-webkit-animation-duration: 1.5s;
  	animation-name: fade;
  	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  	from {opacity: .4} 
  	to {opacity: 1}
}

@keyframes fade {
  	from {opacity: .4} 
  	to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  	.prev, .next,.text {font-size: 11px}
}

@media (max-width: 825px){
	.mySlides.fade img {
		vertical-align: top;
		height: 400px;
		max-height: 400px;
		margin: auto;
		object-fit:scale-down;
	}
}

@media (max-width: 340px){
	.mySlides.fade img {
		vertical-align: top;
		height: 200px;
		max-height: 200px;
		margin: auto;
		object-fit:scale-down;
	}
}

@media (min-width: 1500px)
{
	.mySlides.fade img {
	vertical-align: middle;
	height: 80vh;
	max-height: 80vh;
	margin: auto;
	object-fit:scale-down;
}

.mySlides.fade video {
	vertical-align: middle;
	height: 80vh;
	max-height: 80vh;
	margin: auto;
	object-fit:scale-down;
}
	
}
