body.com-user.view-view .f-content-item-teaser-image img,
body.view-session-person .f-content-image img {
        height: 180px;
    width: 180px;
    object-fit: cover;
    object-position: top center;
    border: 3px solid var(--brand-color-theme-3);
    border-radius: 500px;
    display: block;
    margin: 0rem auto 1rem auto;
}

body.com-user.view-view h1#heading,
body.view-session-person h1#heading {
    background: none;
    font-size: 1.1rem;
    color: var(--brand-color-theme-1);
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 40px;
}

body.com-user.view-view .f-list-item-content,
body.view-session-person .f-list-item-content {
    font-size: 1rem;
    line-height: 140%;
    text-align: justify;
    margin-bottom: 1rem;
}


@media (max-width: 620px) {
    .fboxy-wrapper {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 500px;
        width: 95%;
        z-index: 999999999 !important;
    }
}