/* User Profile */
._uprofwrp{width:100%;margin:0 0 20px;position:relative;align-items:center;}
._uprofwrp ._usr{width:80px;height:80px;margin-right:10px;flex:none;}
._uprofwrp .name{width:80px;height:80px;line-height:80px;font-size:30px;transform:scale(1);}
._uprofwrp ._rbbn{bottom:26px;transform:scale(1.2);}
._usrtext ._hd{font-weight:300;}

@media (min-width:1025px){
    ._uprofwrp ._usr{width:120px;height:120px;margin-right:20px;}
    ._uprofwrp .name{width:120px;height:120px;line-height:120px;font-size:50px;}
    ._uprofwrp ._rbbn{bottom:36px;transform:scale(1.3);}
    ._usrtext ._hd{font-weight:300;font-size:24px;}
}