 /*VIDEO*/


    .videocontainer{
        
        position: absolute;
        
        left: 0;
        top: 0;
        
        height: auto;
        width: auto;
        padding: 20px;
        
        transform-origin: center center;
        
        
    }

    .videocontainer:hover{
        
        cursor:grab;
        
    }
    
    .video{

        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 200px;
        vertical-align: middle;

    }

    .videoinfo{

        display: block;
        position: relative;
        text-align: center;
        width: 200px;
        height: auto;
        vertical-align: middle;

    }

.verticalscroll{
    
    position: absolute;
    
    top:0;
    left:265px;
    
    width: calc(100% - 465px);
    height:100vh;
    padding-left: 100px;
    padding-right: 100px;
    
    overflow-x: hidden;
    overflow-y:scroll;
    
}

    .cinema{

        position: relative;

        margin-top:100px;
        margin-bottom: 100px;
        padding-bottom: 39.4%;

        top:0px;
        left:0%;

        width: 100%;
        height: 0;
        overflow:hidden;
    }

    iframe{

        position: absolute;
        top:0;
        left:0;
        width: 100% ;
        height: 100%;

    }

.still{
    
    position: relative;
    float: left;
    
    width:calc(50% - 10px);
    
    margin-right: 10px;
    margin-bottom: 10px;
    
}

.coverstill{
    
    width:100%;
    
    padding-top: 50px;
    padding-bottom: 100px;
    
}

#dark{
    
    position: absolute;
    
    top: 3px;
    right: 10px;
    
}

