
.client-slideshow { min-height: 40px }
.carousel-contrast,
.carousel-contrast .item { height: 488px }
@media (min-width: 768px) and (max-width: 991px) { 
    .carousel-contrast,
    .carousel-contrast .item { height: 491px }
}
@media (min-width: 992px) { 
    .carousel-contrast,
    .carousel-contrast .item { height: 528px }
}
.carousel-contrast .s1 {
    background-image: url("../images/carousels/1.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
	background-size: cover;	
}

.carousel-contrast .s2 {
    background-image: url("../images/carousels/2.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
	background-size: cover;
}
.carousel-contrast .s3 {
    background-image: url("../images/carousels/3.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
	background-size: cover;
}
.carousel-contrast .s4 {
    background-image: url("../images/carousels/4.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
	background-size: cover;
}
.carousel-contrast .s5 {
    background-image: url("../images/carousels/5.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
	background-size: cover;
}
.carousel-contrast .s6 {
    background-image: url("../images/carousels/6.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
	background-size: cover;
}
.carousel-contrast .s7 {
    background-image: url("../images/carousels/7.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
	background-size: cover;
}
.carousel-blur,
.carousel-image,
.carousel-blur .item,
.carousel-image .item { height: 388px }
@media (min-width: 768px) and (max-width: 991px) { 
    .carousel-blur,
    .carousel-image,
    .carousel-blur .item,
    .carousel-image .item { height: 393px }
}
@media (min-width: 992px) { 
    .carousel-blur,
    .carousel-image,
    .carousel-blur .item,
    .carousel-image .item { height: 437px }
}

}