.gallery-grid{
    position:relative;
}
.gallery-grid .lightbox .image{
    display:none !important;
}
.gallery-grid .lightbox .image:nth-child(-n+6){
    display:block !important;
}
.gallery-grid.short-gallery .lightbox .image{
    display:none !important;
}
.gallery-grid.short-gallery .lightbox .image:nth-child(-n+3){
    display:block !important;
}
.gallery-grid .lightbox .image a.more-photos{
    width: max-content !important;
    height: max-content !important;
}
a.more-photos{
    position:absolute;
    bottom:10px;
    right:10px;
    background: rgba(0, 0, 0, .4);
    padding: 5px 10px;
    border-radius: 20px;
    transition:.5s all;
    cursor:pointer;
    z-index:2;
}
a.more-photos:hover{
     background: rgba(0, 0, 0, .6);  
}
a.more-photos i{
    color:#fff;
}