#video {
    position: relative;
    width: 100%;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
    background: grey;
}

.remote_stream {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}

#local_stream {
    position: absolute;
    width: 25%;
    height: 30%;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    border-top: solid 35px rgba(80, 26, 137, 0.55);
}

#guest_stream {
    position: absolute;
    width: 25%;
    height: 30%;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    border-top: solid 35px rgba(80, 26, 137, 0.55);
}

.video-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
    overflow: visible;
}

#calling_gif {
    top: 25%;
    position: relative;
    color: #501a89;
    font-size: 20px;
}

#call_buttons {
    position: relative;
    top: 93%;
    width: 200px !important;
    margin: 0 auto;
    z-index: 150;
}

.call_button {
    margin-bottom: 5px;
}


.remote-stream-user-name-keeper {
    color: white;
    position: absolute;
    z-index: 15;
    margin-top: -30px;
    margin-left: 30px;
}

.local-stream-user-name-keeper {
    color: white;
    position: relative;
    z-index: 300;
    bottom: 115%;
    left: 25px;
}

.audio-overlay-remote {
    position: absolute;
    z-index: 140;
    width: 100%;
    color: white;
    font-size: 1.5em;
}

.audio-overlay-icon-top-right {
    position: absolute;
    right: 10px;
    top: 10px;
}

.video-overlay-remote {
    position: absolute;
    z-index: 300;
    width: 100%;
    top: 50%;
    color: #cccccc;
    font-size: 2.5em;
    margin: 0 auto;
}

.video-overlay-local {
    position: absolute;
    z-index: 300;
    width: 100%;
    top: 50%;
    color: #cccccc;
    font-size: 2.5em;
    margin: 0 auto;
}

.audio-overlay-local {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 15px;
    color: #d9d9d9;
    font-size: 1.5em;
    padding: 0 0 3px 3px;
}
