/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
TYPOGRAPHY
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* Base */
/* Primary */
/* Secondary */
/* Greys */
/* ===================================
   CORE
   =================================== */
.version_2.block.block-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: none !important; /* hack to fix animation bug on fixed backgrounds */
  -webkit-animation-fill-mode: initial;
  /* Remove padding from embeded containers */
  position: relative;
}
.version_2.block.block-container .block.block-container .container {
  padding: 0px;
  position: relative;
}
.version_2.block.block-container .mask {
  position: absolute;
  display: block;
  background: #080F0F;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}/*# sourceMappingURL=container.css.map */