.carousel-item {
	height: 65vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }


.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
  }

  @media (max-width: 750px){
	#carouselHeaderIndicators{
		display: none !important;
	}
  } 