/* RESPONSIVE */
@media all and (max-width: 900px) {
	.hero-wrap #hero .info .title, .hero-wrap #hero .info .caption { width: 100%; }
	#hero .prev, #hero .prev:hover { margin: 0 0 0 10px; }
	#hero .next, #hero .next:hover { margin: 0 10px 0 0; }
}
@media all and (max-width: 600px) {
	.acs_hero_slider .stage .slide.active { position: relative; }
	.hero-wrap .info { display: block; position: relative; text-align: center; }
	.acs_hero_slider .stage .slide .title, .acs_hero_slider .stage .slide .caption { position: relative!important; }
}