@charset "utf-8";

.carousel-indicators .indicator {
	position: relative;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255,255,255,.5);
}

.carousel-indicators .indicator.active {
	background-color: #FFF;
}

.commitImg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.carousel-item > .commitImg{
    max-width: 700px;
    position: relative;
    padding: 0 0 15.4%;
    width: 100%;
}