.carousel-item {
  /*height: 65vh;*/
  /*min-height: 100%;
  min-width: 100%;*/
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators {
   text-align:center;
/*    display: block;*/
   position: relative;
   white-space: nowrap;
}

.carousel-indicators li {
   text-align:center;
   text-indent: 0px;
   width: auto;
   height: auto;
/*    display: block;*/
   position: relative;
   white-space: nowrap;
}