/* Home Page Carousel */
header.carousel {
	height: 500px;
	padding: 0;
	margin: 0;
	background-size: cover;
	background-position: center center;
	background-image: url('/home/Assets/Images/Home/Carousel/Background.jpg');
}

div.container.slide {
	min-height: 500px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 1.5em;
	color: #FFF;
	text-shadow: 0 2px 1px #000;
}