.cycle-slideshow, .cycle-slide { background-position: top center; background-repeat: no-repeat; background-size: cover; color: white; height: auto; overflow: hidden; width: 100%; }
	.cycle-slide .slide-content { background-color: rgba(0,0,0,.8); font-size: 130%; float: left; height: auto; margin: 5vh 0; max-width: 100%; padding: 30px; width: 33.33333333%; }
	.pager { color: #939598; margin: 0 auto -64px; position: relative; text-align: center; z-index: 1000; }
	.pager span { cursor: pointer; display: inline-block; padding: 0 3px; }
	.cycle-pager-active { color: #f36e21; }
@media (max-width:767px){ .cycle-slide .slide-content { font-size: 110%; width: 66.66666667%; }
 }
