.cycleSlider {
	max-width: 100vw;
/* 	max-height: 100vh; */
	width: 100%;
	margin: 0;
	border: 0;
	z-index:0;
}

.slide {
	display: none;
}

.cycleSlider .slide:first-child {
	display: block;
}

/* .slide .slide-inner { */
/* 	position: relative; */
/* } */

.cycleSlider img {
	width: 100%;
	max-width: 100vw;
}

.cycle-pager {
	font-size: 1.1rem;
	margin-bottom: 2.5rem;
	margin-top: 0rem; 
}

.cycle-pager a {
	margin: .3rem .1rem;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: black;
	display: inline-block;
	height: .6rem;
	background-color: lightgray;
}

.cycle-pager a.active, .cycle-pager a:active {
	background-color: #e9cb4b;
}

.cycle-pager .active a{
}

.cycle-pager a:focus {
	outline: none;
}

.cycle-pager>* {
	cursor: pointer;
	z-index: 1;
}