.fboxy-wrapper {
z-index: 999999999999999999999999999!important;
bottom: unset;
width:900px;
height:600px;
max-height:90%;
max-width:95%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.fboxy-title img{display:none}

.com-gallery #content #heading{
text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-color-theme-3);
}

.com-gallery #content .fGalleryView .fGalleryImage
{
    text-align: center;
    display: block;
}
.com-gallery #content .fGalleryView .fGalleryImage img
{
    width: 200px;
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 500px;
    position: relative;
    z-index: 9;
    background-color: var(--brand-color-theme-1);
    padding-right: 10px;
}