body {
	
}
img {
	width: 1300px;
	max-width: none !important;
}
.carousel {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.carousel-indicators {
	position: static;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.carousel-indicators li {
	background-color: #ddd;
}
.carousel-indicators li.active {
 	background-color: #1894f6;
 }
 
.control-btn {
	position: fixed;
 	bottom: auto;
 	height: 100vh;
	background: rgba(0,0,0,.25);
	width: 5vw;
}
