/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {border-radius: 0px;}


.carousel-caption {
	background-color: rgba(0,0,0,.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0;
  color: #fff;
  text-align: left;
	height: 40px;
	border-top: 1px solid #fff;
}

.carousel-caption h2 {
  display: block;
  font-size: 20px;
  line-height: 0;
  padding: 0 0 0 10px;
  position: relative;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 8px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
padding: 4px;
 border-radius: 3px;
 border: 1px solid #ddd;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (max-width: 767px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .wide .carousel-inner > .item > img,
  .wide .carousel-inner > .item > a > img {
    height: 50vh;
  }

  #homepage-carousel .carousel-inner > .item > img,
  #homepage-carousel .carousel-inner > .item > a > img {
    height: 100vh;
  }



  #homepage-carousel .carousel-indicators { display: none; }

  /*.img-responsive {
    display: none;
  }

  .img-responsive:first-child {
    display: inherit;
  }*/
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 4px;
		 border-radius: 3px;
		 border: 1px solid #ddd;
  }

}

@media screen and (min-width: 992px) {

  .container {
  /*  max-width: 930px; */
  }

}
