.sgr-gallery .lightbox .lb-image {
    border: 4px solid #b4934a !important;
}
.sgr-gallery .lightbox . lb-dataContainer .lb-data .lb-caption {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    background: yellow !important;
    padding: 10px !important;
    color: #222 !important;
    font-size: 30px !important;
}
.sgr-gallery.this-is-the-top-of-the-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.sgr-gallery .sg-scrollbar {
    height: 100%;
    overflow-y: auto;
}
.sgr-gallery .pebble-mask {
    border-radius: 7px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.65);
    -webkit-mask-image: url(/wp-content/themes/sg-child/src/images/pebble-right-v2.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
}
.sgr-gallery.v2 .galimg {
    transition: 0.3s ease-in-out;
}
.sgr-gallery.v2 .galimg:hover {
    transform: scale(1.1);
    z-index: 9999 !important;
}
.sgr-gallery.v2 .lightbox .lb-dataContainer .lb-data .lb-caption {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    background: yellow !important;
    padding: 10px !important;
    color: #222 !important;
    font-size: 30px !important;
}
