#slide{
	width:100%;
	}
	
* {
	box-sizing: border-box
}

.mySlides1 {
	display: none;
}

.slideshow-container {
	margin: 0;
	width: 100%;
	position: relative;
	z-index: -5;
}

.maxwidth{
	width: 100%;
}

.maxheight{
	height: 700px;
	object-fit: cover;
}



/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #010145;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 0 3px 3px 0;
	z-index: 8;
}
/* 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 {
	color: #fff;
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: none;
	transition: background-color 0.6s ease;

}
.active, .dot:hover {
	background-color: #717171;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */

@media screen and (max-width: 1500px) {

.maxheight{
	height: 750px;
}

}



@media screen and (max-width: 1000px) {

.prev, .next {
	top: 21%;
	width: auto;
	padding: 10px;
	margin-top: 150px;
	font-size: 15px;
}

.maxheight{
	height: 400px;
	object-fit: fill;
}

}

@media screen and (max-width: 950px) {

.prev, .next {
	top: 18%;
	width: auto;
	padding: 10px;
	margin-top: -10px;
	font-size: 15px;
}

.maxheight{
	height: 400px;
	object-fit: fill;
}

}


@media screen and (max-width: 850px) {

.prev, .next {
	top: 21%;
	width: auto;
	padding: 10px;
	margin-top: -10px;
	font-size: 15px;
}

.maxheight{
	height: 360px;
	object-fit: fill;
}

}

@media screen and (max-width: 800px) {

.prev, .next {
	top: 25%;
	width: auto;
	padding: 10px;
	margin-top: -10px;
	font-size: 15px;
}

.maxheight{
	height: 370px;
	object-fit: fill;
}

}

@media screen and (max-width: 600px) {

.prev, .next {
	top: 21%;
	width: auto;
	padding: 10px;
	margin-top: -10px;
	font-size: 15px;
}

.maxheight{
	height: 200px;
	object-fit: fill;
}

}


@media screen and (max-width: 500px) {

.prev, .next {
	top: 22%;
	width: auto;
	padding: 10px;
	margin-top: -10px;
	font-size: 15px;
}

.maxheight{
	height: 200px;
	object-fit: fill;
}

}

@media screen and (max-width: 475px) {

.prev, .next {
	top: 21%;
	width: auto;
	padding: 10px;
	margin-top: -10px;
	font-size: 15px;
}

.maxheight{
	height: 200px;
	object-fit: fill;
}

}


@media screen and (max-width: 450px) {

.prev, .next {
	top: 20%;
	width: auto;
	padding: 10px;
	margin-top: -10px;
	font-size: 15px;
}

.maxheight{
	height: 200px;
	object-fit: fill;
}

}


@media screen and (max-width: 430px) {

.prev, .next {
	top: 20%;
	width: auto;
	padding: 8px;
	margin-top: -5px;
	font-size: 15px;
}

.maxheight{
	height: 190px;
	object-fit: fill;
}

}


@media screen and (max-width: 425px) {

.prev, .next {
	top: 18%;
	width: auto;
	padding: 8px;
	margin-top: -5px;
	font-size: 15px;
}

.maxheight{
	height: 190px;
	object-fit: fill;
}

}

@media screen and (max-width: 400px) {

.prev, .next {
	top: 18%;
	width: auto;
	padding: 8px;
	margin-top: -5px;
	font-size: 15px;
}

.maxheight{
	height: 170px;
	object-fit: fill;
}

}

@media screen and (max-width: 375px) {

.prev, .next {
	top: 21%;
	width: auto;
	padding: 8px;
	margin-top: -5px;
	font-size: 15px;
}

.maxheight{
	height: 170px;
	object-fit: fill;
}

}

