.speakerlayout {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.speakerlayout .small-participant {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 99999999;
}
