/**
 * zeroera Stylesheet Parallax
 *
 * @package usertheme
 * @subpackage usertheme
 * @since usertheme
 */

/** selecter **/
.parallax{position:relative;z-index:0;overflow:hidden;}
.parallax-object{width:100%;height:100%;padding-top:100px;padding-bottom:100px;position:absolute;z-index:-1;top:-100px;left:0;background-position:center top;background-repeat:no-repeat;background-size:cover;backface-visibility:hidden;}
.parallax-object .parallax-overlay{width:100%;height:100%;position:absolute;z-index:0;top:0;left:0;bottom:0;right:0;background-color:#000000;opacity:0.5;}

/** enchant **/
.parallax-fixible{background-attachment:fixed;}
.parallax-variable{background-attachment:scroll;}
