

.custom_text {
    margin: 15px 0;
}

#container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 15px;
}
#nav {
    margin-top: 15px;
    margin-bottom: 15px;
}
#nav a {
    margin: 0 20px 0 0;
}

#logo {
    text-align: center;
}

.panel-heading {
    background: none !important;
}
.panel-title {
    font-size: 18px;
    color: #999;
}

#video .panel-body {
    padding: 0;
    border-radius: 0 0 4px 4px;
    background: black;
}

#video #video-container {
    position: relative;
    float:left;
    background: #073C58;
    width:100%;
    height: 480px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#video .row {
    margin: 0;
}
#video .col {
    padding: 0;
    margin: 0;
}


/*
  Video
*/

#video .panel-body {
    position: relative;
}

#video .local-video-wrap {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 96px;
    width: 128px;
    border: 1px solid #333;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
#video .local-video-wrap video {
    width: 100%;
}

#video #remote-video-wrap {
    height: 480px;
    text-align: center;
}
#video #remote-video-wrap video {
    height: 480px;
    max-width: 100%;
    object-fit: cover;
}

#video #start-local-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -47px;
}

#video #message-container {
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    top: 40%;
    margin-left: auto;
    margin-right: auto;
}

#video #message-image {
    border: 1px #fff solid;
    height: 150px;
    width: 150px;
    border-radius: 75px;
    display: block;
    text-align: center;
    line-height: 150px;
    font-size: 100px;
    font-weight: 700;
    padding: 0;
    margin: -30% auto 30px;
    color: #fff;
}

#video #message-image img {
    margin-top: 35px;
}

#video #message {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: block;
}

#incoming-call-modal p {
    text-align: center;
}

#introduction_text,
#closing_text {
    margin-bottom: 15px;
}