.profil-ava {
    width: 240px;
    height: 210px;
    background: #000;
    padding: 3px;
    border: 4px double #444;
}

.profil-ava1 {
    width: 240px;
    height: 210px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.profil-ava1 .profil-mask, .profil-ava1 .content {
    width: 240px;
    height: 210px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.profil-ava1 img {
   display: block;
   position: relative
}
.profil-ava1 h2 {
   text-align: center;
   position: relative;
   padding: 10px;
   margin: 35px 48px 0px 0px;
}

.profil-ava1 img { 
   transition: all 0.2s linear;
   
}

.profil-ava1 .profil-mask {
   opacity: 0;
   background-color: rgba(0,0,0, 0.8); 
   transition: all 0.4s ease-in-out;
}

.profil-ava1 h2 {
   transform: translateX(-200px);
   opacity: 0;
   transition: all 0.6s ease-in-out;
}


.profil-ava1:hover .profil-mask { 
opacity: 1;
}
.profil-ava1:hover h2 { opacity: 1;  transform: translateY(0px); }

.profil-inside {
    width: 240px;
    height: 210px;
    margin-top: -45px;
    margin-left: -10px;
    background-color: #000;
}

.p1 {
    height: auto;
    border: #171717 1px solid;
}

.p2 {
    height: 26.1px;
    border-bottom: 1px solid #171717;
}

.p3 {
    height: 8.1px;
    padding: 9px;
    background: #4e4c3d;
    text-align: center;
    font-family: lato;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 11px;
    border-right: 1px solid #444;
    float: left;
}

.p4 {
    height: 8px;
    padding: 9px;
    text-align: right;
    font-family: lato;
    font-weight: 800;
    color: #ccc;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 11px;
    float: right;
}
.p4 a:link {color:#ccc;} .p4 a:visited {color:#ccc;} .p4 a:hover {color:#ccc;}
