/*
Theme Name:     Thème Enfant Weaver Xtreme
Description:    Style Sheet for background video.
Author:         Koenraad
Template:       weaver-xtreme

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/** 
 * ##################################
 * # VIDEO ON SITE BACKGROUND BEGIN #
 * ##################################
 **/
  /* Setting for site background video */
  .outer-video-container {
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100%;
  }
  .inner-video-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .video-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,240,0.25);
  }
  .bg-video {
    width: 100%;
    height: 100%;
  }

  /** --------------------------------------------------------------------------------------------------- **/

/** 
 * ################################
 * # VIDEO ON SITE BACKGROUND END #
 * ################################
 **/
