.gfc-account-player-card-frame {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    position: relative;
    width: 100%;
}

.gfc-player-card-svg,
.gfc-account-player-card-frame svg {
    display: block;
    height: auto;
    max-width: 380px;
    width: 100%;
}

.gfc-card-photo-overlay {
    aspect-ratio: var(--gfc-card-photo-aspect-ratio, 208 / 236);
    clip-path: ellipse(50% 50% at 50% 50%);
    height: auto;
    left: var(--gfc-card-photo-left, 50%);
    object-fit: cover;
    object-position: var(--gfc-card-photo-object-position, center center);
    pointer-events: none;
    position: absolute;
    top: var(--gfc-card-photo-top, 43.846153%);
    transform: translate(-50%, -50%);
    width: var(--gfc-card-photo-width, 54.736842%);
    z-index: 1;
}
