.social-quotes__title
{
    margin-top: 15px;
    text-align: right;
}
.social-quotes__title-icon
{
    display: inline-block;
    width:32px;
    height: 32px;
    margin-right: 10px;
    background: no-repeat center;
    background-size: contain;
}

.social-quotes__content
{
    position: relative;
    cursor: pointer;
}

.social-quotes__avatar
{
    width: 20%;
    padding-bottom: 20%;
    border-radius: 50%;
    background: no-repeat center;
    background-size: cover;
    float: left;
}

.social-quotes__title:after
{
    content: '';
    display: table;
    clear: both;
}
/*.social-quotes__content.active*/
/*{*/
    /*max-height: none;*/
/*}*/

/*.social-quotes__content:after*/
/*{*/
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100px;*/

    /*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+0,1+70,1+100 *!*/
    /*background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 70%, rgba(242,242,242,1) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 70%,rgba(242,242,242,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 70%,rgba(242,242,242,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); !* IE6-9 *!*/

    /*opacity: 1;*/
    /*transition: opacity 0.3s ease-in-out;*/
    /*z-index: 1;*/
/*}*/

/*.social-quotes__content.active:after*/
/*{*/
    /*opacity: 0.4;*/
/*}*/

/*.social-quotes__content__more,*/
/*.social-quotes__content__close*/
/*{*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*text-align: center;*/

    /*opacity: 0;*/
    /*transition: opacity 0.3s ease-in-out;*/
    /*z-index: 2;*/
    /*display: none;*/
    /*text-decoration: underline;*/
/*}*/

/*.social-quotes__content__more*/
/*{*/
    /*display: block;*/
/*}*/

/*.social-quotes__content.active .social-quotes__content__more*/
/*{*/
    /*display: none;*/
/*}*/

/*.social-quotes__content.active .social-quotes__content__close*/
/*{*/
    /*display: block;*/
/*}*/

/*.social-quotes__content:hover .social-quotes__content__more,*/
/*.social-quotes__content:hover .social-quotes__content__close*/
/*{*/
    /*opacity: 1;*/
/*}*/