/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color:#7f7f7f
}

/* Declare heights because of positioning of img element */
.carousel-item { height: 20rem;}
@media (min-width: 992px) {
	.carousel-item { height: 15rem;}
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carousel-indicators{
	bottom:0;
}
.carousel-indicators li{
	height:10px;
	max-width:10px;
	border-radius:20px;
	background:#8f8f8f;
}
.carousel-indicators .active{
	background:#930000
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.who{text-align:center;}
.who div{
	display:inline-block;
	width:49%;
	text-align:right;
	padding-right:20px;
	vertical-align:middle;
}
.who div:nth-child(2n){
	text-align: left;
}
.who img{
	border-radius:50px;
	border:5px solid #fff;
	box-shadow:0 5px 5px rgba(0,0,0,.15);
}