/*------------ Landing Page Carousel -----------*/
 .banner-carousel {
	 float: right;
	 position: relative;
	 width: 13.5%;
	 margin-right: 20px;
	 overflow: visible;
	 z-index: 100;
}
 #aSpotCarousel {
	 min-height: 215px;
}
 .carousel-item h1 {
	 width: 82%;
}
 .carousel-inner {
	 position: absolute;
}
 .carousel-item a, .carousel-item a:active, .carousel-item a:visited {
	 padding-right: 35px;
}
 .carousel-indicators {
	 margin-left:20px;
	 bottom: 8px;
}
 @media (max-width: 420px) {
	 .carousel-item h1 {
		 width: 76%;
	}
	 .banner-carousel {
		 width: 17%;
	}
}