.provider-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
  	width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #cccccc;
}
.live.provider-avatar {
	border-color: #0AFFB1;
}
.provider-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
span.player-avatar-nickname {
    display: block;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFFE5;
    margin-top: 2px;
    line-break: anywhere;
}
span.player-avatar-teaser {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFFE5;
	margin-top: 4px;   
    line-break: anywhere;
}

.video-overlay .player-user-provider {
	padding: 0;
}
.video-overlay .player-user-provider .player-user-provider-svg {
	width: 34px;
    height: 34px;
}

.player-popup.deep-engagement-modal .player-popup-inner {
    max-width: 400px;
}
.player-popup-model-image {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.player-popup-model-image img {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	max-width: 50%;
}