/* Item galery from page */
.page-gallery-item .first-gallery-photo {
    padding: 0;
}

.page-gallery-item  img{
    width: 25vw;
    height: 25vw;
    object-fit: cover;
}

.page-gallery-item .first-gallery-photo img{
    width: 50vw;
    height: 50vw;
}

.page-gallery-item span.title {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 22px;
    line-height: 26px;
    width: calc(100% - 100px);
    font-weight: 700;
}