.sekstito
{
content-align:center;
  text-align:center;
z-index:999;
border:0px solid #8a8078;  
height:18vh;
min-height:260px;
max-height:360px;  
}

.referencename
{
text-transform:uppercase;
}

.zoom {
    background-size:100%; 
background-repeat:no-repeat; background-position:center center;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.zoom:hover
{
 background-size:100%;
overflow:hidden;
}


.greyfade {
    background-color: rgba(43,44,28,0.0); 
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
padding:15px;
}

.greyfade:hover {
    background-color: rgba(43,44,28,0.0);
}