.carousel-indicators li {
	width: 30px;
	height: 10px;
	border-radius: 0;
}

.carousel-caption {
	display: table;
	height: 100%;
	left: 10%;
	text-align:left;
	text-shadow: 0 5px 10px rgba(0,0,0,.6);
}

.carousel-caption div {
	
	font-size: 3vw;
}

.carousel-caption div button{
	
	font-size: 2.5vw;
}