.frame_style29148
{ 

}
.sekstito
{
content-align:center;
  text-align:center;
z-index:999;
border:1px solid #996734;  
height:25vh;
min-height:250px;
max-height:300px;  
}



.zoom {
    background-size:170%; 
background-repeat:no-repeat; background-position:center center;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.zoom:hover
{
 background-size:190%;
}


.greyfade {
    background-color: rgba(43,44,28,0.5); 
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.5s ease-in-out;
padding:15px;
}

.greyfade:hover {
    background-color: rgba(43,44,28,0.15);
}