/* 2.0.1
- improves overall performance on retina devices
- fixes performance issue in safari when using the Frosted Glass effect
- fixes a loading bug with the parallax effect
 */
#stacks_in_6.btr-bg-outer .btr-bg-inner {
  
  min-height: 100vh;
  
}
#stacks_in_6.btr-bg-gradient .btr-bg-inner ,
#stacks_in_6.btr-bg-animated .btr-bg-inner ,
#stacks_in_6.btr-bg-blur .btr-bg-inner ,
#stacks_in_6.btr-bg-mouse .btr-bg-inner ,
#stacks_in_6.btr-bg-pan .btr-bg-inner ,
#stacks_in_6.btr-bg-parallax .btr-bg-inner ,
#stacks_in_6.btr-bg-transition .btr-bg-inner ,
#stacks_in_6.btr-bg-none .btr-bg-inner  {
  padding: 0px 0px 0px 0px;
}
#stacks_in_6.btr-bg-none {
background-repeat: no-repeat;
background-color: rgba(41, 49, 67, 1.00);
}
#stacks_in_6.btr-bg-outer:after {
  background: rgba(0, 0, 0, 0.00);
}
#stacks_in_6.btr-bg-outer {
  background-image : url(../files/backgroundImageBlur-6.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  -webkit-transform:translateZ(0);
}
#stacks_in_6.btr-bg-outer .btr-bg-inner .btr-bg-content {
  position: relative;
  background-color : rgba(255, 255, 255, 0.00);
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  
}
#stacks_in_6.btr-bg-outer .btr-bg-inner .btr-bg-header,
#stacks_in_6.btr-bg-outer .btr-bg-inner .btr-bg-footer {
  
  pointer-events: none;
  opacity: 0;
  
}









