.fboxy-wrapper{
    top: 50%;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:800px;
    z-index: 99999999999999999999999 !important;
    max-height:550px;
    max-width:95%;
}
.fboxy-wrapper .fboxy-title img,
.fboxy-wrapper .fboxy-title .f-list-node-value{
	display:none;
}

/*Organising Committee*/
body.com-user.view-view .f-list-item-content span:nth-child(2),
body.view-session-person .f-list-item-content span:nth-child(2) {
    font-weight: 500;
    font-size: .85rem;
    margin-bottom: 10px;
    display: block;
    color: #000;
}

body.com-user.view-view .f-list-item-content #f-list-node-32499::before,
body.view-session-person .f-list-item-content #f-list-node-32499::before {
    content:"Current Role & Organisation";
    display:block;
    font-weight:800;
    color: var(--brand-color-theme-1);
}

body.com-user.view-view .f-list-item-content span:nth-child(3),
body.view-session-person .f-list-item-content span:nth-child(3) {
    font-weight: 500;
    font-size: .85rem;
    margin-bottom: 10px;
    display: block;
}

body.com-user.view-view .f-list-item-content #f-list-node-32498::before,
body.view-session-person .f-list-item-content #f-list-node-32498::before {
    content:"Important Positions & Awards";
    display:block;
    font-weight:800;
    color: var(--brand-color-theme-1);
}


/*Sponsor Logo*/
.f-all-logos .fGalleryItem .ItemfinnerGallery img {
    max-width: 250px;
}

/*Travel Information*/
.f-travel .fGalleryItem {
    padding: 12px;
}

.f-travel .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background-color: white;
    padding: 10px;
    border: 1px solid #dedede;
    border-bottom: 4px solid var(--brand-color-theme-4);

    .fGalleryImage img {
        width: 50px;
        height: 50px;
    }
}

.f-travel .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
    font-size: 1.2rem;
    color: var(--brand-color-theme-purple);
    font-weight: 600;
    margin-bottom: .5rem;
}

/* Other information starts here */

.f-other-information li.fGalleryItem {
    padding: 12px;

    .ItemfinnerGallery {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.f-other-information li.fGalleryItem .fGalleryImage {
    display: block;
}

.f-other-information li.fGalleryItem .fGalleryImage img {
    width: 50px;
    max-width: 100%;
    border: 1px solid #dedede;
}

.f-other-information li.fGalleryItem .fGalleryText {
    width: 100%;
}

.f-other-information li.fGalleryItem .fGalleryText h3 {
    font-size: 1.2rem;
}

.f-other-information li.fGalleryItem .fGalleryText ul {
    margin-top: 0;
}

.f-other-information li.fGalleryItem .fGalleryText ul li {
    list-style: square;
}