/*------------------------------------*\
  #LIVE SITE MODS
\*------------------------------------*/
.cycle-4-wrapper .banner-slide-2 {
	background: url(/design/cycle/2.jpg) 50% 80% no-repeat;
	background-size: cover;
	height: 300px;
}

.cycle-4-wrapper .banner-slide-3 {
	background: url(/design/cycle/3.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 300px;
}

/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/


/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/
@media (min-width: 768px) {
	.cycle-4-wrapper .banner-slide-2 {
		background: url(/design/cycle/2.jpg) 50% 80% no-repeat;
		background-size: cover;
		height: 650px;
	}
	
	.cycle-4-wrapper .banner-slide-3 {
		background: url(/design/cycle/3.jpg) 50% 50% no-repeat;
		background-size: cover;
		height: 650px;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}