hr{
    height:2px;
}

.contact-cell-wrapper{
    position: relative;
/*    cursor:pointer;*/
    z-index: 1;
    height: 191px;
    max-width: 191px !important;  
}
.contact-img{
    position: relative;
    z-index:3;       
}
.contact-text-wrapper{    
  
   
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;   
    display: none;
    z-index:2;
}


.yellow-circle, .green-circle{
    position: relative;    
}

.contact-text{
    
    margin-top: 37%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.person-name, .person-mail{
    font-family: Georgia;
    font-style: italic;    
    
}
.person-name{
   font-weight: bold;
   font-size: 12pt;
   color:  #585858;
   line-height: 30pt;
   
}

.person-mail{
   color: white ;
}

@media (max-width: 768px){
    .contact-text{
        width: 191px!important;       
    }
    .contact-text-wrapper{
         width: 191px!important;
    }
}


