﻿#jumboCarousel {
  margin-top: 0px;
  min-height: 300px;
  min-width: 100%;
}
#jumboCarousel img {
  min-height: 300px;
  width: 100% !important;
  height:auto !important;
}
#jumboCarousel > .carousel-indicators > li {
  border-radius: 0px;
  min-width: 25px;
  background-color: #9d9d9d;
  border: 1px solid black;
  margin-right: 10px;;
  margin-left: 10px;;
}
#jumboCarousel > .carousel-indicators > .active {
  background-color: orange;
}
#jumboCarousel .carousel-caption {
  color: white;
  right: 11%;
  text-align: center;
  max-width: 375px;
  top: 1px;
  background: transparent;
  padding: 40px;
  height: 100%;
  text-shadow: none;
  box-shadow: none;
  padding-top: 82px;

}

.item {
  -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.carousel-caption {
  position: absolute;
  right: 0;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}