/*
 * xMAFIA R3.68
 * Original VIP custom-avatar preview.
 *
 * Position comes from symbol546 infoContainer.
 */

.xmafia-vip-avatar-r368-preview {
    position: absolute;

    width: 100px;
    height: 100px;

    max-width: none;

    object-fit: fill;

    pointer-events: none;
    user-select: none;

    z-index: 4;
}
