.container-fluid {
	padding:0;
	margin:0;
}
.carousel,
.item,
.active {
    height: 100%;
}



.fill {
		z-index: 99;
		width: 100%;
		margin:0;
		padding:0;
		min-height:600px;
	
		background-repeat: no-repeat;
		background-position: 50% 50%;
		
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: contain;
    -o-background-size: cover;*/
	background-size: 100% 100%;
		
}

#header-content {
	background-color: rgba(0,0,0,0.3);
	width:100%;
	min-height:600px;
	
	position: absolute;
	top: 0;
	left:0;
}
