.wrapper {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding: 20px;
    height:100%
}

.slider-wrapper:before, .slider-wrapper:after {
    bottom: 14px;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.3);
    content: "";
    height: 50px;
    left: 5px;
    max-width: 50%;
    position: absolute;
    transform: rotate(-1deg);
    width: 50%;
    z-index: -1;
}
.slider-wrapper:after {
    left: auto;
    right: 5px;
    transform: rotate(1deg);
}
.slider-wrapper {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    margin-top: 0;
    padding: 2px;
    position: relative;
}
 
.item > img{
  max-height: 350px;
}

.carousel-inner > .active {
	left: 48%;
}

.carousel-caption {
	left: -35%;
    padding-bottom: 10%;
    right: 0;
    width: 400px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 1);
}

.carousel-indicators li{
	border: 1px solid #ADADAD;
}.carousel-indicators{	left: 0 !important;	margin-left: 0 !important;	width: 100% !important;}

.carousel-indicators .active{
	background-color: #ADADAD;
}


/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1200px) {

}

/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {	.carousel-caption h1{font-size:30px;}	.carousel-caption{padding-bottom:13%;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.carousel-inner > .active {left: 40%;}
	.carousel-caption {left: -30%;}
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {	
	.carousel-inner > .active {left: 5%;}
	.carousel-caption{width:80%; left:5%;padding-bottom:4%;}
}

@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	.carousel-caption h1{font-size:22px;}
}

@media (min-width: 481px) and (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {	
	.carousel-caption h1{font-size:16px;}
}