.uvl{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    top: 0;
    align-items: center;
    justify-content: center;
}
.uvl span{
    padding: 5px 10px;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
    border-radius:100px;
}
a.fancybox.image-block__link.__link{
    display: flex;
    justify-content: center;
    align-self: center;
    height: auto;
    position: relative;
    z-index: 1;
}
a.fancybox.image-block__link.__link  img{position: relative; z-index: 0}
a.fancybox.image-block__link.__link:hover{background:rgb(0 0 0 / 30%);}
a.fancybox.image-block__link.__link:hover img{
    transform: scale(1.05);
    transition: transform 0.2s ease;
}
a.fancybox.image-block__link.__link:hover .uvl{
    display: flex;
}