.carousel{
    background: #4f4f4f;
    margin-top: 0px;
}
.carousel .item{
    min-height: 140px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}
.carousel-mar{
	margin: 0px;
}

.carousel-contain  {padding-left: 0px;padding-right: 0px;}

.gray  {color: #C0C0C0;}


/* added for text over pictures */
.carousel-content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carous1  {font-size: 30px;text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


@media only screen and (max-width: 520px) {
.carous1  {font-size: 14px;text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

  .carousel-inner img{
  max-height: 150px;
  width:100%;
  }
 }