.farsz-referencje-temp{
    margin-bottom: 5vh;
}
.farsz-referencje-temp h2{
    margin: 5vh 0px !important;
}
.refe-kafel-opis h2 {
    margin: 5px 0px !important;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.refe-kafel-opis h3{
    color: white;
    font-weight: bold;
}
.refe-kafel-opis {
    background-color: black;
    font-size: 24px;
    left: 0px;
    right: px;
    bottom: 0px;
}
.refe-kafel-hover{
    cursor: pointer !important;
}
.refe-znikanie {
    transition: 1s;
    opacity: 0;
    height: 0px;
}
.refe-znikanie p {
    font-size: 16px;
    color: white; 
    font-weight: lighter;
}
.refe-kafel-hover:hover .refe-znikanie{
    display: block;
    opacity: 1;
}
.refe-kafel-opis{
    transition: 0.3s;
    min-height: 10%;
}
.refe-kafel-hover:hover .refe-kafel-opis{
    min-height: 100%;
}
.refe-img{
    border: solid 2px #383838;
    transition: transform 0.3s ease;
}
.refe-kafel-przy{
    border: 1px solid white;
    padding: 8px;
    color: white !important;
    text-decoration: none !important;
 }

/* Fancybox custom styles */
.fancybox__container {
    z-index: 9999;
}

.fancybox__image {
    max-width: 90vw;
    max-height: 90vh;
}

.fancybox__caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.refe-kafel-hover:hover .refe-img {
    transform: scale(1.05);
}