.memb-testimonials-bg-image .pane-content {
    background-image: url('http://iocdev.com/sites/default/files/downloads/lp-testimonial-bg-image.png');
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.memb-testimonials img {
     border-radius: 50%;
    text-align: center;
}

.memb-testimonials h2.flexbox-title, .memb-testimonials-creds h2.flexbox-title, .memb-testimonials-text h2.flexbox-title {
    display: none;
}

.memb-testimonials .pane-content, .memb-testimonials-text .pane-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.memb-testimonials-img .pane-content, .memb-testimonials-text .pane-content {
    
    background-color: rgba(131, 21, 45, 0.9);
    color: #f1f1f1;
}

.memb-testimonials h3 {
    color: #c9c9c9;
}

.memb-testimonials h5 {
    color: #fbfbfb;
}

.memb-hero-headers {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
}

.memb-hero-headers-join {
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    Font-family: 'Open Sans';
    padding-top: 8rem;
    line-height: 3rem;
}

.memb-hero-headers-empower {
    color: #fff;
    font-size: 5rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans';
    line-height: 5rem;
    padding-bottom: 10rem;
}

.memb-hero {
    background-image: url('/sites/default/files/downloads/lp-banner.png');
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */

}

.memb-hero-mobile {
    background-image: url('/sites/default/files/downloads/lp-banner.png');
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: auto; /* Resize the background image to cover the entire container */

}

.memb-mobile-hero .memb-hero-headers-join {
    font-size: 2rem;
    line-height: 2rem;
}

.memb-mobile-hero .memb-hero-headers-empower {
    font-size: 3rem;
    line-height: 3rem;
}

.memb-mobile-hero {
    margin: 0 1rem;
}

.memb-vid1, .memb-vid1-text {
    background-color: #AD182d;
}

.memb-vid1-text {
    color: #fff;
}