.lightbox-gallery{
    /*background-image: linear-gradient(#4A148C, #E53935);*/
    background-color: #fff;
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden;
}

.lightbox-gallery p{
    color:#000;
    text-align:center;
}

.lightbox-gallery h2{
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:#fff;
}

@media (max-width:767px){
    .lightbox-gallery h2{
        margin-bottom:25px;
        padding-top:25px;
        font-size:24p;
    }
}

.lightbox-gallery .intro{
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
}

.lightbox-gallery .intro p{
    margin-bottom:0
}

.lightbox-gallery .photos{
    padding-bottom:20px
}

.lightbox-gallery .item{
    padding:0px 10px;
    border-radius: 12px solid;
    border-color: #000;
}

.lightbox-gallery .item a img{
    filter: brightness(1.1);
    mix-blend-mode: multiply;
}