.element{
   background: #000; 
}
.element > img:hover{
    transition: all 0.7s ease-in-out 0s;
  
}
.remove-zoom{
     transition: all 0.7s ease-in-out 0s;
   
}
.folio-item{
    background: #fff;
}
.folio-title{
    display: none;
    font-family:"Open_Sans_B";
    color: #000;
    font-size: 36px;
    position: absolute;
    bottom: 50px;
    left: 20px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
}
.height-01 .folio-subtitle{
    display: none;
    font-family:"Open_Sans_B";
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 150px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    width: 260px;
}
.height-01 .icon-zoom-sosa{
    position: absolute;
    left: 70px;
    top: 70px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('../images/zoom.png') no-repeat center center;
}
.height-01 .icon-link-sosa{
    position: absolute;
    left: 130px;
    top: 70px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('../images/info.png') no-repeat center center;
}
.height-02 .folio-subtitle{
    display: none;
    font-family:"Open_Sans_B";
    color: #000;
    
    font-size: 24px;
    position: absolute;
    top: 200px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
    width: 260px;
}
.caption{
    
    font-family:"Open_Sans_B";
    color: #000;
    background-color:white;
  
    font-size: 24px;
    position: absolute;
    top: 10px;
  
    vertical-align: middle;
    text-align:left;
   
}

.caption1{
    
    font-family:"Open_Sans_B";
    color: #000;
    background-color:white;
  
    font-size: 24px;
    position: absolute;
    top: 40px;
  
    vertical-align: middle;
    text-align:left;
   
}

.caption2{
    
    font-family:"Open_Sans_B";
    color: #000;
    background-color:white;
  
    font-size: 24px;
    position: absolute;
    top: 70px;
  
    vertical-align: middle;
    text-align:left;
   
}
.height-02 .icon-zoom-sosa{
    position: absolute;
    left: 70px;
    top: 120px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('../images/zoom.png') no-repeat center center;
}
.height-02 .icon-link-sosa{
    position: absolute;
    left: 130px;
    top: 120px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
    background: url('../images/info.png') no-repeat center center;
}
.folio-trigger-icon{
    display: none;
    position: absolute;
    width: 60px;
    height: 60px;
}
.folio-trigger-icon:hover{
    opacity: 0.7;
}