  .carousel-inner img {
      /* -webkit-filter: grayscale(90%);
      /* filter: grayscale(90%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
	  z-index: 20;
	  position:absolute;
  }
  .carousel-caption h3 {
      color: #fff !important;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  padding-top: 21px;
	  margin-top: -80%;   /* height/2 = 500px / 2 */
	  margin-left: middle;
	  	  
  }

  .carousel-caption p {
      color: #fff !important;
	  position: absolute;
	  top: 50%;
	  left: 40%;
	  padding-top: 90px;
	  margin-top: -80%;   /* height/2 = 500px / 2 */
	  margin-left: middle;
	  z-index: 20;	  
  }

  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
	.carousel-caption h3 {
      color: #fff !important;
	  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 21px;
margin-top: -80%;   /* height/2 = 500px / 2 */
margin-left: middle;  
  }
	
  }