        /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-11-22, 09:54:57
    Author     : solenzo
*/

.films_overlay_container{
    display:none;
    position:fixed;
    top:0;left:0;
    z-index:100;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,1);
    font-family:"open sans";
    background-position:center center;
}

.films_overlay_path_container{position:relative;width:100%;background-color:transparent;float:left;border-bottom:0px solid white;z-index:0;margin-bottom:0px;margin-top:0px;padding-bottom:5px;font-family:"open sans";}
.films_overlay_path_container .text_head{position:relative;float:left;font-size:21px;font-weight:400;color:black;padding-left:40px;margin-top:10px;}


.films_overlay_path_container .close_films_overlay{position:relative;float:right;-webkit-transform:rotate(0deg);transform:rotate(0deg);background-color:transparent;padding:0px 0px;padding-top:15px;}
.films_overlay_path_container .close_films_overlay div{color:black;font-size:12px;font-weight:700;letter-spacing:2px;position:relative;float:left;}
.films_overlay_path_container .close_films_overlay div img{position:relative;width:25px;margin-left:5px;}
.films_overlay_path_container .close_films_overlay div:hover{position:relative;float:right;cursor:pointer;text-decoration:none;}




.films_overlay_container .video_container{position:absolute;z-index:2;background-color:transparent;left:25%;right:25%;bottom:20%;top:20%;}
.video_container video {max-width:100%;max-height:80%;position:relative;float:left;}
.video_container audio {width:100%;max-height:80%;position:relative;float:left;}
.video_container iframe {width:100% !important;height:100% !important;position:relative;float:left;border:0 !important; outline:0 !important;}

