.element{
   background: #000; 
}
.element > img:hover{
    transition: all 0.7s ease-in-out 0s;
   transform: scale(4);
}
.remove-zoom{
     transition: all 0.7s ease-in-out 0s;
   transform: scale(1);
}
.folio-item {
   background: #fff;
margin: 0px;
border: 0px solid #1e70bd;margin: 0 7px 7px 0 !important;
}
.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;
}
.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;
}