.gojitalkparticipant {
    position: relative;
    vertical-align: middle;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    box-shadow: 0px 3px 11px rgb(0 0 0 / 40%);
    background: #222;
    animation: show 0.4s ease;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 2px;
}

.gojitalkparticipant .initials {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 75px;
}
.gojitalkparticipant .user-video {
    border-radius: 10px;
}
.gojitalkparticipant.video-on .user-data,
.gojitalkparticipant .user-video {
    display: none;
}

.gojitalkparticipant .user-video.myBgVideo {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.gojitalkparticipant.in-speaker-view .user-image {
    width: 75px;
    height: 75px;
}

.gojitalkparticipant .user-data,
.gojitalkparticipant.video-on .user-video {
    display: flex;
    z-index: 1;
}
.gojitalkparticipant .user-image {
    width: 125px;
    height: 125px;
    background-size: contain;
    border-radius: 50%;
}
.speaker-layout .gojitalkparticipant .pin {
    display: none;
}

.gojitalkparticipant .pin {
    position: absolute;
    width: 25px;
    height: 33px;
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/pin-white@2x.png);
    right: 20px;
    top: 0;
    cursor: pointer;
    z-index: 99;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13.5px 24.5px;
    background-color: rgb(124, 124, 124, 0.6);
    border-radius: 0 0px 5px 5px;
}
.gojitalkparticipant.pinned .pin {
    background-size: 19.5px 24.5px;
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/pin-star-active%403x.png);
}

.gojitalkparticipant .mic-state {
    height: 20px;
}

.gojitalkparticipant.MUTED .mic-state {
    margin-left: 5px;
    display: block;
    width: 17.5px;
    height: 20px;
    background-size: 17.5px 20px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/mute-mic-white@2x@3x.png);
}

.gojitalkparticipant .display-container {
    position: absolute;
    left: 0%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70%;
    overflow: hidden;
    background-color: rgb(124, 124, 124, 0.6);
    padding: 5px 10px;
    border-radius: 10px 0;
    z-index: 9;
}

.gojitalkparticipant .user-display-name {
    font-size: 16px;
    color: white;
}
