.face{
    margin-bottom: 20px;
    text-align: center;
    border: 7px solid #fff;
}

#socials a{
    font-size: 40px;
    color: #444444;
    margin-right: 10px;

    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;

}

#socials a:hover{
    color: #ffffff;
}

#socials > div{
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.cont-name{
    font-size: 30px;
    font-family: "Helvetica Neue";
}

.cont-bio{
    font-family: "Helvetica Neue";
    font-size: 14px;
    text-align: justify;
}

.photo{
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.photo{

}
.photo img{
    /*border-radius: 10px;*/
}
.photo {
    opacity: 0.8;
}

.photo:hover {
    opacity: 1;
}
.photo:before{
    width: 100%;

    position: absolute;
    content: "\f03e";
    font-family: FontAwesome;
    font-size: 50px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    top: 30%;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.photo:hover:before{
    color: rgba(255,255,255,0.9);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.video{
    position: relative;
    margin-bottom: 20px;
}

.video .thumb:before{
    width: 100%;

    position: absolute;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 60px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    top: 25%;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.video .thumb img{
    opacity: 0.7;
    width: 100%;
}

.video:hover .thumb img{
    opacity: 1;
}
.video:hover .thumb:before{
    color: rgba(255,255,255,0.9);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

}
