
#vidContainer {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #000;

    text-align: center;
    margin: 0 auto;
}


#vidContainer video {
    width: 100%;
}

#guides .guide-view p {
    font-size: 12px;
}

/*
    VIEWER LINK AND DISPLAY
*/
#shareView .btn-group {
    height: 50px;
}

#vidCtrlView #viewerURL {
    font-size: 0.76em; /* 13px; */
    color: #4C4C4C;
    border: none;
    /* border-color: #BBB; */
    background: white;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 15rem; */

}

/* make label small, does not allow button to size properly in group */
#vidCtrlView .dropdown-toggle > p {
    width: 10px;
    margin: 0;
}

video {
    top: -75px;
    height: 100%;
    z-index: 5; /* -1 if you want to hide default controls*/
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    /*z-index: 30;*/
    text-align: center;
}

.btn.focus, .btn:focus {
    box-shadow: none;
    border-color: transparent;
}

.baseBtn:not(:disabled):not(.disabled).active:focus, .baseBtn:not(:disabled):not(.disabled):active:focus, .show > .baseBtn.dropdown-toggle:focus {
    box-shadow: none;
    border-color: transparent;
}

.baseBtn:not(:disabled):not(.disabled).active:focus, .baseBtn:not(:disabled):not(.disabled):active:focus, .show > .baseBtn.dropdown-toggle:focus {
    box-shadow: none;
    border-color: transparent;
}

.baseBtn:hover {
    color: rgb(180, 180, 180);
    border-color: transparent;
}

.baseBtn:not(:disabled):not(.disabled).active, .baseBtn:not(:disabled):not(.disabled):active, .show > .baseBtn.dropdown-toggle {
    color: rgb(180, 180, 180);
    border-color: transparent;
    box-shadow: none;
}

.baseBtn {
    color: rgba(248, 249, 250, 0.51);
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    font-size: 25px;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
}

@media (min-width: 414px) {
    video {
        top: -50px;
    }

    .baseBtn {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 768px) {
    video {
        top: -75px;
    }

    .baseBtn {
        width: 75px;
        height: 75px;
    }
}


#videoEmbedBlock img {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: 2;
    max-width: 100%;
}

.comming-soon-bg {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: 6;
    max-width: 100%;
    max-height: 100%;
    background: rgba(0, 0, 0, 1) url("../../img/svg/player/online-soon-with-text.svg") center center no-repeat;
}

.offline-bg {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    z-index: 6;
    max-width: 100%;
    max-height: 100%;
    background: rgba(0, 0, 0, 0.15) url("../../img/svg/player/offline-with-text.svg") no-repeat center center;
    /*background-size: contain;*/
}
