.current-stat-pic img {
    height: 250px;
    object-fit: cover;
}

@media (max-width:767.98px) {
    .current-stat-pic img {
        height: 130px;
    }
}


.current-stat-pic a {
    display: block;
    position: relative;
    cursor: pointer;
}

.current-stat-pic .more-photos {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.current-stat-pic .more-photos span {
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
}

.current-stat-pic .more-photos:after {
    position: absolute;
    content: '';
    background: #3B3B3B;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.current-stat-pic:hover a{
    opacity: 0.7;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #B11116;
    border-width: 3px;
}

.sample-apartment {
    background: #EFF1F2;
}



@media (max-width:767.98px) {
    .current-stat-pic .more-photos span {
        font-size: 20px;
    }

    .current-stat-pic .more-photos p {
        font-size: 14px;
    }
}
