#wrapper {
    position: fixed;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    left: 0;
    top: 0;
}

#video {
    position: absolute;
}
.ja-sidebar-1{
    position: fixed;
    left:0;
    top:0;
    background:rgba(255,255,255,1);
    margin:0;
    width: 17px;
    border-left: 5px solid #000;
    z-index: 99;
    bottom: 0;
    padding:  15px 13px;
    /*padding: 25px 30px;*/
    border-right: 1px solid #cfcfcf;
    opacity: 0.3;
}
.ja-sidebar-1 .sidebar-background{
    background: url(../images/bg-logo-dark-efotografija.png)  center top no-repeat ;
    width: 17px;
    height: 142px;
    position: absolute;
    top:15px;
}
.ja-sidebar-1 #ja-mainnav,
.ja-sidebar-1 .ja-module{
    opacity: 0;
}
#video_thumb {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#video_thumb ul li a,
#video_thumb ul li {
    display: inline-block;
}
#video_control a {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

li#play {
    display: none;
}
#video_thumb ul{
    margin:0;
}