.main{
    width: 100vw;
    height: 100vh;
}

.device-chooser-container{
    width: 150px;
}

/* USEFUL FOR DISPLAYING FRONT CAMERA STREAM ON VIDEO PLAYER */
.scale-fix{
    transform: scaleX(-1)
}

#mainVideo{
    background: black;
    object-fit: cover;
}

#videoContainer{
    background: white;
    width: 100%;
    height: 100%;
    position: relative;
}

#videoControls{
    bottom: 0;
    position: absolute;
}