.fancybox-container{
z-index:9999999999999999;}

.f-sponsors .fGalleryItem .ItemfinnerGallery img{border:0;}

body.com-gallery.view-view .fGalleryView .fGalleryImage img {
    border-radius: 100%;
    height: 180px;
    width: 180px;
    display:block;
    margin:1rem auto;
    object-fit: cover;
    border: 3px solid var(--brand-color-theme-1);
    object-position: top center;
}

body.com-gallery.view-view .page-title h1{
	text-align: center;
    font-size: 1.5rem;
    color: var(--brand-color-theme-1);
}

.fboxy-wrapper
{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 700px;
    max-width: 90%;
    max-height: 90vh;
    z-index: 9999999!important;
}

#fboxy-bg
{
	z-index: 999991!important;
    background: rgb(0 0 0 / 75%);
}