/*=======================/* SLIDESHOW
---------------------------------------------*/
.cycle-slideshow{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.cycle-slideshow img{

    width: auto;
    height: 100%;
	transform: translateX(-50%) !important;
	left: 50% !important;
	position: relative;
}
.cycle-pager { 
  text-align:center; width: 100%; z-index: 305; position: absolute; bottom: 5px; right:0; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
     color: #a6b0c1; opacity: 0.75; padding:3px; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #fff; opacity: 1;}
.cycle-pager > * { cursor: pointer;}


@media screen and (max-width:1024px){
	.cycle-slideshow{
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.cycle-slideshow img{
		width: 100%;
		height: auto;
		transform: unset !important;
		left: unset !important;
		position: relative;
	}
}