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

.miniprofone img { 
   transition: all 0.2s linear;
   
}
.miniprofone .mask {
   opacity: 0;
   background-color: rgba(0,0,0, 0.8); 
   transition: all 0.4s ease-in-out;
}

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


.miniprofone:hover img { 
transform: scale(1.1); filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale); /* Firefox 10+, Firefox on Android */    
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
   
} 
.miniprofone:hover .mask { 
opacity: 1;
}
.miniprofone:hover h2 { opacity: 1;  transform: translateY(0px); }

.miniprofoneimage { width: 100px; height: 100px; border-radius: 100%; margin-bottom: 10px; margin-top: 10px; }
.miniprofoneimage img{width: 100px; height: 100px; border-radius: 100%; }

.miniprofonecontain {
    background: rgba(12, 12, 12, 0.45);
    padding: 10px;
    margin: 10px;
    width: 240px;
    border: #222 solid 1px;
}
.miniprofoneinside {
    width: 240px;
	    height: 210px;
    box-sizing: border-box;
    /* top: 0; */
    margin-top: -45px;
    margin-left: -10px;
    padding: 15px;
    background-color: rgba(0,0,0, 0.7);
    border: 1px solid #000;
}
.miniprofonenickname { font-family: 'Fugaz One', cursive; color: #ca8a92; font-size: 23px; letter-spacing: 0px; line-height: 100%; text-align: center; text-shadow: 1px 1px 0px #000; text-transform: lowercase; }
.miniprofonelinks { font-family: lato; font-size: 6px; letter-spacing: 1px; color: #fff; line-height: 100%; line-height: 130%; }
.miniprofonelinks a{ color: #fff; }

.miniprofoneinfo { margin-top: 2px; background-color: #000; padding: 5px; font-family: lato; font-size: 7px; letter-spacing: 1px; color: #ca8a92; line-height: 100%; text-align: right; line-height: 130%; }
.miniprofoneleft { float: left; color: #fff; }

.miniprofonenamec {     width: 240px; }

.miniprofonename { padding-top: 40px; padding-bottom: 40px; background-color: #0c0c0c; font-family: 'Fugaz One', cursive; color: #a39e81; font-size: 18px; letter-spacing: -1px; line-height: 100%; text-align: center; text-shadow: 1px 1px 0px #000; text-transform: uppercase; }

.miniprofonenamei {margin-top: 2px; padding-right: 20px; font-family: lato; font-size: 7px; letter-spacing: 1px; color: #fff; line-height: 100%; text-align: right; line-height: 130%; }

.mini-f1 {
    position: absolute;
    width: 172px;
    left: 60px;
    right: 5px;
    top: -29px;
  /*  background-color: #4e4c3d; */
    font-size: 10px;
    font-family: 'Calibri';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px;
}

.mini-f2 {
    position: absolute;
    width: 172px;
    left: 60px;
    right: 5px;
    top: -10px;
   /* background-color: #31352e; */
    font-size: 10px;
    font-family: 'Calibri';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px;
}

.mini-f3 {
    position: absolute;
    width: 172px;
    left: 60px;
    right: 5px;
    top: 9px;
    /* background-color: #4e4c3d; */
    font-size: 10px;
    font-family: 'Calibri';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px;
}

.mini-f4 {
    position: absolute;
    top: -27px;
    left: 15px;
    font-size: 21px;
    line-height: 78%;
    padding-top: 16px;
    width: 50px;
    box-sizing: border-box;
    height: 50px;
    /* border-radius: 0px; */
    font-family: 'loveofthunder';
    line-height: 11px;
    padding-left: 3px;
}



.mini-text1 {
    border: 4px double #444;
    font-size: 11px;
    font-family: 'Calibri';
    text-align: justify;
    padding: 10px;
    font-weight: normal;
    top: 34px;
    position: absolute;
    width: 209px;
    box-sizing: border-box;
    height: 130px;
}