
.carousel,
.item,
.item.active {
    height: 580px; 
	}
.pricing-testimonial .carousel,
.pricing-testimonial .item,
.pricing-testimonial .item.active {
    height: 280px;
	}
.coaches_section .carousel,
.coaches_section .item,
.coaches_section .item.active {
    height: auto !important;

	}

.reviews .carousel,
.reviews .item,
.reviews .item.active {
    height: auto;
	
	}	
	
.directmailslider .carousel,
.directmailslider .item,
.directmailslider .item.active {
    height: auto;
	
	}		
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

