.row {
	width:100%;
	max-width:100%;
}

.carousel {
	/* background:rgba(255,255,255,0.2); */
	left: 50%;
	position: absolute;
	width: 1600px;
	margin-left: -720px;
	overflow: hidden;
	height: 970px;
	top: 50px;
}

.carousel .item {
	width: 799px;
	height: 639px;
	/* background: url('http://placehold.it/350x250') top left no-repeat; */
	background-size: 100%;
	vertical-align: middle;
	line-height: 150px;
	/* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
}
.controls {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
}

.controls a {
	display: block;
}

.controls .previous {
	float: left;
}

.controls .next {
	float: right;
}