#line_block {
height: 200px;
float: left;
position: relative;
width: 30%;
margin: 1.0%;
}
@media (min-width: 310px) {
.avatars{
font-size: 11px;
position: absolute;
top: 0;
left: 0;
width: 85%;
height: 65%;
border-radius: 5px 5px 0px 0px;
border: 5px solid #fff;
border-bottom: 25px solid #fff;
-webkit-box-shadow:0 3px 5px rgba(93,109,157,.3);
-moz-box-shadow:0 3px 5px rgba(93,109,157,.3);
box-shadow:0 3px 5px rgba(93,109,157,.3);
}
.niks{
bottom:32px;
position: absolute;
padding-top: 8px;
font-size: 9px;
}