/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
#base_height {
    position: relative;
    /*height: 100vh;*/
    width: 100%;
    display: block;
}
#player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;
  height: 100%;*/
  background-color: #000;
  z-index: 999;
  overflow:hidden;
}

video {
  width: 100%;
  height: 100%;
}
#javideo {
    width: 100%;
    height: auto;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}