.total-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 415px;
  z-index:98;
}
.cycle-slideshow, .cycle-slideshow a{
	height:415px;	
}
.slider{
  width: 100%;
  position: relative;
  height: 470px;
}
.cycle-pager{
	bottom:15px !important;	
}
.cycle-pager span{
	color:#CCC !important;
	margin-right:5px !important;
	font-size:50x !important;
}
.cycle-pager span.cycle-pager-active{
	color:#CC0000 !important;
}
.total-slider{
	overflow:hidden !important;	
}
@media (max-width: 991px){
	.total-slider .cycle-slideshow,.total-slider .cycle-slideshow a{	
		background-size:calc(100% + 275px) !important;	
	}
	.total-slider{
		height:auto !important;	
	}
	.total-slider .slider,.total-slider .cycle-slideshow,.total-slider .cycle-slideshow a{
		height: 100% !important;	
	}	
}
@media (max-width: 1008px){
	.total-slider .cycle-slideshow,.total-slider .cycle-slideshow a{	
		background-size:calc(100% + 275px) !important;	
	}
	.total-slider{
		margin-top:125px;
		height:auto !important;	
	}
	.total-slider .slider,.total-slider .cycle-slideshow,.total-slider .cycle-slideshow a{
		height: 100% !important;	
	}		
}