html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    min-height: 600px;
}

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.caroufredsel_wrapper {
    width: 100% !important;
    height: 100% !important;
}

#carousel div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
}

#carousel div img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

#testimonials {
    position: absolute;
    top: 100px;
    z-index: 2;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
    width: 100%;
    text-align: center;
}

#testimonials .testimonial {
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0px 40px;
}

@media (min-width: 768px) {
    #testimonials {
        top: 200px;
    }
    
    #testimonials .testimonial {
        font-size: 24px;
    }
}
