* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#mainContent {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    background: #1d1e22;
}

#videoSizer {
    overflow: hidden;
    height: auto;
    position: relative;
    flex: 0 0 75%;
}

iframe {
    left:0;
    top:0;
    bottom:0;
    right:0;
    height:100%;
    width:100%;
    position:absolute;
    border: none !important;
}

.vdo-img{
    border: 1px solid #343333;
    vertical-align:middle;
    float: left;
    margin-right: 5px;
    width: 80px; height: 50px
}

#videoList {
    flex-direction: column;
    padding: 0;
    background: #1d1e22;
    align-items: center;
    overflow: hidden !important;
    width: 25% !important;
    position: absolute;
    right: 0;
    padding-bottom: 40px !important;
}
.nav-btn{
    position: fixed;
    bottom: 0;
    background: #343434;
    padding: 5px;
    width: 25%;

}
.nav-btn button{
    padding:5px !important;
    cursor: pointer;
    background: transparent;
    border: 1px solid whitesmoke;
    color: white;
}
.next{
    float: right;
}
.time{
    color: ghostwhite;
    font-size: 11px;
    position: absolute;
    left: 5px;
    bottom: -47px;
    color: ghostwhite;
}
@media only screen and (max-width: 800px) {
    .vdo-img{
        width: 100%;
        margin-bottom: 7px !important;
        height: 64px;
    }
    h5{
        font-size: 12px !important;
    }

    .time{
        bottom: -60px;
    }

    .nav-btn button {
        padding: 3px !important;
        cursor: pointer;
        font-size: 11px;
    }
}

@media only screen and (max-width: 480px){
    .vdo-img{
        width: 100%;
        margin-bottom: 7px !important;
        height: 40px;
    }
    .time{
        bottom: -37px;
    }
    .nav-btn button {
        margin-bottom: 5px;
        width: 100%;
    }
    #videoList{
        padding-bottom: 60px;
    }
}

#videoList span {
    cursor:pointer;
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px 10px;
    margin: 0;
    width: 100%;
    transition: .4s;
    font-size: initial;
    font-weight: 400;
    font-family: ui-monospace;

}
h5{
    font-size: 13px !important;
    font-weight: 300 !important;
    font-family: ui-monospace !important;
}

#videoList span:hover, #videoList span:active {
    color: #fff;
    background: #525252;
}

.active {
    color: #fff;
    background: #525252;
}

input:checked ~ a {
    color: #fff;
    background: #cccccc;
    border: 1px #1d1e22 solid;
}

@media screen and (max-width: 800px) {
    #mainContent {
        flex-direction: column;
    }

    #videoList {
        margin: 5px 0;
    }
}

.video-js[tabindex="-1"]{
    width:75% !important;
    height: 100%;
    z-index: 1000000000000000;
    position: fixed;
}

.video-js {
    width: 75% !important;;
    height: 100% !important;
    position: fixed !important;
}
