@media screen and (min-width: 768px) {
	
	.carousel-indicators {
		top: 160px;
		text-align: left;
		left: 15%;
		margin-left: 0;
	}
	
	.carousel-caption {
		left: 15%;
		right: 15%;
	}
	
}