.demo{ background: none;
}
.testimonial{
    margin: 20px 0;
}
.testimonial .testimonial-content{
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5%;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid #cccccc;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0 0 0;
}
.testimonial .post{
    font-size: 12px;
    color: #000000;
}
.testimonial .description{
    display: inline-block;
    width: 75%;
    padding: 30px 20px;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #000000;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgba(49,49,49,0.15);
    position: absolute;
    top: 20px;
    left: -21px;
}
.cmf-theme .cmf-controls .cmf-page.active span{
    background: #cccccc;
    border: 1px solid #858585;
}
.cmf-theme .cmf-controls .cmf-page span{
    border: 1px solid #cccccc;
    background: transparent;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .testimonial .testimonial-content{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .testimonial .description{
        width: 100%;
    }
    .testimonial .description:before{
        border: 10px solid transparent;
        border-bottom: 10px solid rgba(49,49,49,0.15);
        position: absolute;
        top: -20px;
        left: 47.5%;
    }
}