

#overflow-adj {
    overflow: visible !important;
}

.img-pull-down {
    position: relative !important;
    top: 20px !important;
}

.testimonial_type_carousel_container .content_holder {    
    height: 680px;
  }
.testimonial_type_carousel_text_holder {    
    height: 260px;
  }
.testimonials_holder .flex-control-paging li a.flex-active, .testimonials_holder .testimonials.button_with_border .flex-control-paging a.flex-active, .testimonials_holder.light .flex-control-paging li a.flex-active, .testimonials_holder .testimonial_type_carousel .testimonial_slider_pager a.selected, .testimonials_holder .testimonial_type_carousel .testimonial_slider_pager.button_with_border a.selected {
    background-color: rgba(199,0,52,1);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
