.damaestro-link11 {
    color: #251d7d;
    font-size: 18px;
    font-weight: bold;
}

.damaestro-link11:hover {
    color: #131d55;
    text-decoration: underline;
}

.damaestro-11{
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.damaestro-11 img{
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
}
.damaestro-11:hover img{
    right: 60%;
}
.damaestro-11 .team-content{
    width: 80%;
    height: 100%;
    background: #e8dfd9;
    padding: 20% 30px 0;
    position: absolute;
    top: 0;
    right: -80%;
    transition: all 0.4s ease-in-out 0s;
}
.damaestro-11:hover .team-content{
    right: 0;
}
.damaestro-11 .title{
    font-size: 22px;
    color: #8e0c80;
    margin: 0 0 10px 0;
}
.damaestro-11 .post{
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #401d1d;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.damaestro-11 .description{
    font-size: 14px;
    color: #186f06;
}
.damaestro-11 .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.damaestro-11 .social li{
    display: inline-block;
    margin-right: 10px;
}
.damaestro-11 .social li:last-child{
    margin-right: 0;
}
.damaestro-11 .social li a{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.damaestro-11 .social li a:hover{ color: #fff; }
.damaestro-11 .social li a.fa-facebook:hover{ background: #3b5a9b; }
.damaestro-11 .social li a.fa-twitter:hover{ background: #2baae1; }
.damaestro-11 .social li a.fa-google-plus:hover{ background: #f63d26; }
.damaestro-11 .social li a.fa-youtube:hover{ background: #c3181e; }
@media only screen and (max-width: 990px){
    .damaestro-11{ margin-bottom: 50px; }
}
@media only screen and (max-width: 360px){
    .team-content{ padding: 15% 15px 0; }
    .damaestro-11 .social li{ margin-right: 0; }
}