.testimonials_pic{
    border:1px solid black;
}

.testimonials_thumbnail{
    max-height:100px;
}

.testimonials_page_block{
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}

.testimonials_page_text {
    background-color: #FFF;
    margin-top:30px;
    margin-right: auto;
    margin-left: auto;
    color: #333;
    padding: 20px;
    min-height:140px;
    cursor:pointer;
    position:relative;
}

.testimonials_page_text_inner{
    margin-bottom:30px;    
}

.testimonials_page_name{
    text-align: right;
    font-size:0.9em;
    position:absolute;
    left:20px;
    right:20px;    
    bottom:25px;
}

.testimonials_page_from{
    text-align:right;
    font-style: italic;
    font-size:0.8em;
    position:absolute;
    left:20px;
    right:20px;
    bottom:10px;
}

.testimonials_page_pic_outer{
    width:80%;
    margin-left: auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:20px;
}
.testimonials_page_pic{
    position:relative;
    width:100%;
    height:auto;
    padding-top:100%;
    border-radius:50%;
    border:1px solid black;
    background-position: top center;
    background-repeat:no-repeat;
    background-size:cover;
}
