.video-call-buttons{
    padding: 15px !important;
    background: #f0f0f0 !important;
    border-radius: 5px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.video-info-container{
    height: calc(100vh - 350px);
    max-height: calc(100vh - 350px);
    overflow-y: auto;
}

.video-chat-container{
    height: calc(100vh - 420px);
    max-height: calc(100vh - 420px);
    overflow-y: auto;
    width: 100%;
}