.sekstito
{
content-align:center;
  text-align:center;
z-index:999;
border:1px solid #ffffff;
height:25vh;
min-height:250px;
max-height:300px;  
}




.zoom {
    background-size:200%; 
background-repeat:no-repeat; background-position:center center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zoom:hover
{
 background-size:210%;
}


.greyfade {
    background-color: rgba(21,31,51,0.3); 
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
padding:0px;
}

.greyfade:hover {
    background-color: rgba(21,31,51,0.15);
}