﻿.hover-zoomin a 
{
    display: block;
    position: relative;
    overflow: hidden;
}
    
    
.hover-zoomin img 
{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img 
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
    
    
.title-head
{
    display: block;
    position: relative;
    overflow: hidden;
}
    
   
.figure 
{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    /*padding: 5px 10px 5px 10px;*/
    text-transform: uppercase;
    background: rgba(55,55,55,.85);
    color:  white;/* #343434; */
    font-size: 16px;
}
        
.card-title
{
    text-align :left ;
    padding-left:12px;
}
        
.card-title:after 
{
    font-family: FontAwesome,sans-serif;
    content: '\f105';
    position: absolute;
    right: 20px;
    bottom: 12px;
    font-size: 19px;
}
        
.caption-more
{
    background: rgb(255, 102, 102.85);
    color:  white;/* #343434; */
    text-align:right;
    display:inline-block;
    float:right;
            
}
    
   