.fancify-core-single-agent-profile-picture {
    img {
        width: 100%;
        object-fit: cover;
        border-radius: 15px;
    }
}

.fancify-core-single-agent-cover-image {
    display: flex;
    height: 100%;

    img {
        width: 100%;
        filter: brightness(70%);
        max-height: 465px;
        object-fit: cover;
    }
}