.evc-video-call{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}#evc-stream-wrapper{background-color:var(--evc-primary);padding:10px;display:none;width:100vw;box-sizing:border-box}#evc-join-btn{font-size:18px;padding:15px 30px;cursor:pointer;background-color:var(--evc-primary);color:var(--evc-white);border:none;outline:none;border-radius:30px;transition:background-color 0.3s ease}#evc-join-btn:hover{filter:brightness(1.1)}#evc-video-streams{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;min-height:400px;max-height:calc(100vh - 120px);overflow-y:auto;background-color:#000}.video-container{flex:1 1 auto;min-width:280px;max-width:48%;height:auto;aspect-ratio:16 / 9;background-color:#333;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;border:1px solid rgb(255 255 255 / .1);box-sizing:border-box}#evc-video-streams.single-user .video-container{max-width:98%}#evc-video-streams.two-users .video-container{max-width:48%}#evc-video-streams.three-four-users .video-container{max-width:31%}.video-player{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.evc-video-call .fa,.evc-video-call .fa-solid{background-color:var(--evc-transparent);font-size:28px;padding:10px 15px;cursor:pointer;color:var(--evc-white);border-radius:5px;transition:background-color 0.3s ease,color 0.3s ease}.evc-video-call .fa:hover,.evc-video-call .fa-solid:hover{background-color:rgb(255 255 255 / .2)}#evc-leave-btn{background-color:var(--evc-red);color:var(--evc-white)}#evc-leave-btn:hover{filter:brightness(1.2)}#evc-stream-controls{display:none;justify-content:center;align-items:center;gap:10px;margin-top:15px;padding-bottom:10px}@media screen and (max-width:768px){#evc-video-streams{flex-direction:row;max-height:calc(100vh - 300px)}.video-container{width:49%!important;min-width:unset;min-height:250px!important}#evc-stream-controls{flex-wrap:wrap;gap:8px}#evc-stream-wrapper{padding:5px;width:400px!important}}.evc-video-call .fa-camera-rotate-env{color:#FFC107!important}