/* Hero */

#testimonial_hero {
    background: #fff url('/images/testimonials/Testimonials_hero_bkgd.png') no-repeat 0 16px;
    background-size: 100% auto;
    position:relative;
    width: 100%;
    padding-top: 34.59%;
    font-size: 24px;
}

#testimonials_hero_left {
    position: absolute;
    width: 1.73%;
    left: -1.73%;
}

#testimonial_hero a {
    position:absolute;
    left:17.9%;
    border: 1px solid black;
    background-image: none;
    background-color: #3ed027;
}

#testimonial_hero a:hover {
    background-color: #008800;
}

#testimonials_baloon {
    position:absolute;
    width: 25.6%;
    top: 0;
    right: 7.5%;
}

#balloon_heading {
}

#balloon_text h1 {
    margin-top: 30px;
    margin-bottom: 0;
}

#balloon_heading_2 {
}

#balloon_heading_2 p {
    font-size: 16px;
}

#testimonials_heading {
}

/* Customer Call */

.wd_well {
    margin-top: 20px;
    text-align: center;
    background-image: linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    background-image: -o-linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    background-image: -moz-linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    background-image: -webkit-linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    background-image: -ms-linear-gradient(top, rgb(247, 247, 247) 17%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#FFFFFF'); /* for IE */
    background-image: -webkit-gradient(
            linear,
            50% top,
            50% bottom,
            color-stop(0.17, rgb(247, 247, 247)),
            color-stop(0.59, rgb(255, 255, 255)),
            color-stop(0.8, rgb(255, 255, 255))
    );
    color: black
}

.wd_well object {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #testimonials_hero_left {
        top: 147px;
    }

    #testimonial_hero a {
        top: 165px;
        font-size: 24px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #testimonials_hero_left {
        top: 188px;
    }
    #testimonial_hero a {
        top: 210px;
        font-size: 32px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #testimonials_hero_left {
        top: 224px;
    }

    #testimonial_hero a {
        top: 260px;
        font-size: 36px;
        padding: 8px 16px;
    }

}