/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Declare heights because of positioning of img element */
.carousel .item {
  /* max-height used to stop images being squashed */	
  width: 100%; /*slider width*/  
  max-height: 600px; /*slider height*/ 
}

.carousel .item > img {
  width: 100%;  
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}
.carousel-control.left { background-image:none;}
.carousel-control.right { background-image:none;}
