.video-side, .links-side {
    display: inline-block;
    vertical-align: top;
}

.links-side a {
    display: none; 
    margin: 5px 0;
}

.links-side {
    /*height: 0px;  */
    overflow-y: auto;
    word-wrap: break-word;
    width: 28%;
    float: right;
    padding: 0px 15px;
    margin: 10px 0 30px 0;
}

.show-in-time {
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
}

.show-in-time:hover {
    text-decoration: none;
}



@media screen and (min-width: 876px) {
    .video-box {
        white-space: nowrap;  
        overflow: hidden;
    }
    
    .fancybox-inner {
        overflow: hidden !important;   
    }

}

.fancybox-type-html .fancybox-inner, .fancybox-inner video {
    max-width: 100%;   
}

.video-player {
    display: inline-block;
}

@media screen and (max-width: 875px) {
    .links-side {
        max-height: 2000px !important;
        width: 85%;
    }

}


