.carousel-inner .item img {
opacity: .7;
opacity: 1;
background: black;
}

.carousel-caption {
  position: absolute;
  z-index: 10;
  text-align: center;
	left: 0%;
  right: 0%;
	left: 5%;
  right: 5%;
	top: 0px;
	top: 5em;
	top: 8%;
top: 11%;
top: 10%;
top: 7.5%;
  bottom: 0px;
  bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
padding: 0px !important;
bo/rder: 1px solid red;
  text-shadow: none;
margin: 0px;
  color: #fff;
  color: #000;
}

.carousel-caption article {
	margin: 0px;
	padding: 0px;
}

.carousel-caption article h3 {
	text-align: center;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 200%;
	d/isplay:none;
}

@media (max-width: 768px) {
	.carousel-caption {
		top: 12%;
top: 5%;
	}
	.carousel-caption article h3 {
		font-size: 200%;
	}
}

@media (max-width: 480px) {
	.carousel-caption {
		top: 12%;
top: 2%;
	}
	.carousel-caption article h3 {
		font-size: 200%;
	}
}
.btn-carousel {
	background: transparent;
	color: black;
	border: 2px solid black;
}

.btn-carousel:hover {
	background: white;
	color: black;
	border: 2px solid black;
}

.carousel-control {
  position: absolute;
	display:none;
  top: 0;
  bottom: 0;
  left: 0;
	width: 1%;
  width: 5%;
  font-size: 2px;
font-size: 100%;
  color: #fff;
  text-align: center;
  t/ext-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

/*
see bootstrap.css and bootstrap.js duration
.carousel-inner > .item {
    -webkit-transition: 10.6s ease-in-out left;
    -moz-transition: 10.6s ease-in-out left;
    -o-transition: 10.6s ease-in-out left;
    transition: 10.6s ease-in-out left;
}
*/


.display-table-row-carousel {
	display: table;
	table-layout: fixed;
}

.display-table-cell-carousel {
	display: table-cell;
	vertical-align: middle;
	float: none;
	margin: 0px;
	padding: 0px;
}

/* adjust max-width per need */
@media screen and (max-width: 767px) { 
	.display-table-row-carousel {
	  display: block;
	  display: unset;
 	 	table-layout: fixed;
 	 	table-layout: auto;
 	 	table-layout: unset;
 	 	table-layout: initial;

    display: block;
    table-layout: fixed;
  }

	.display-table-cell-carousel {
 	 	display: initial;
 	 	display: unset;
 	 	display: auto;
    display: block;
    vertical-align: middle;
 	 	float: left;
    float: none;
		text-align: middle;
 	 	margin: 0px;
 	 	padding: 0px;
	}
}
