html, body {
	height:100%;
}

.carousel {
	height:300px;
}

.item,
.active,
.carousel-inner {
    height: 272px;
}

.carousel-link {
	line-height: 272px;
}

.carousel-inner div div img{
	height:auto;
    max-width:100%;
}

.fill {
	width:auto;
	height:100%;
	background-position: center;
	background-size: cover;
}

.section {
	margin: 50px 0;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
}

.carousel-control.left, .carousel-control.right {
background:none;
}

.carousel_message{
    padding-top:45px;
}
