.carousel-bg .carousel-inner .item {
  background-color: black;
  background-size: cover;
  background-position: center;
  min-height: 660px;
}
.carousel-item {
background-color:black;	
}
.carousel-inner img {
    width: 100%;
    height: 100%;
	opacity:0.8;
	background-color:black;
  }
.slide{ 
  margin-top: 0px;
}
.details {
    margin: 50px 0; }
 .details h1 {
      font-size: 42px;
      text-align: center;
	  color:#fff;
      margin-bottom: 50%; }
	   .details h3 {
      font-size: 42px;
      text-align: center;
	  color:#fff;
      margin-bottom: 50%; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }
		  .carousel-caption{
			  color:white;
		  }
		 .carousel-item .carousel-caption h3{
			 font-size:40px;
			 text-shadow: 2px 3px 3px black;
			  color:white;
		  }
		  .carousel-item .carousel-caption h5{
			 font-size:18px;
			 text-shadow: 2px 3px 3px black;
			  color:white;
		  }
		  
		  
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.carousel-item .carousel-caption h3{
			 font-size:28px;
			 text-shadow: 2px 3px 3px black;
			  color:white;
		  }
		  .carousel-inner img {
    width: 130%;
    height: 400px;
	opacity:0.8;
	background-color:black;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {background: blue;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}