body.gallery-category- .page-title,
.fboxy-wrapper .fboxy-title h3 img{
display:none;
}
body.gallery-category- .fGalleryView .fGalleryImage{
display:block;
text-align:center;
}

body.gallery-category- .fGalleryView .fGalleryImage img{
    width: 500px;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    background: white;
}
body.gallery-category- .fGalleryView{
padding:1rem 0!important;
}

body.gallery-category- .fGalleryView .fGalleryText h3{
margin-bottom:0;
color:var(--brand-color-theme-1);
}

body.gallery-category- .fGalleryView .fGalleryText h4{
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 500;
}

.fboxy-wrapper
{
    height: 95%;
    width: 1000px;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:574.9px){

.fboxy-wrapper{
height: 400px;
}


}
