#largevideo {
   /* position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    width: 100%;
	height: 100%; */
}

#minivideo {
    position: absolute;
    width: auto;
    height: 15%;
    transform: scale(-1, 1);
    z-index: 2;
    margin-left: 7px;
    top: 7px;
    border-radius: 3px;
}

.video-connecting-title {
    text-align: center;
    font-size: 28px;
    margin-top: 64px;
}

.video-connecting-subtitle {
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
    color: #696969;
}

.video-connecting {
    text-align: center;
}

.video-connecting-spinner {
    margin-top: 32px;
    font-size: 48px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    