/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*
@mixin aspect-ratio($width, $height) {
  position: relative;
  &:before {
    display: block;
    content: "";
    width: 100%;
    //padding-top: calc($height / $width) * 100%;
  }
  > .content {
    position: absolute;
    padding:10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    span:before{
      content:"${width}";
    }

    span:after{
      content:"${height}";
    }
  }
}*/
/*============================================================= 
COLORS
============================================================= */
/* ===================================
   CORE
   =================================== */
.version_3.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;
}
.version_3.block.block-container .block.block-container .container {
  padding: 0px;
}
.version_3.block.block-container .mask {
  position: absolute;
  display: block;
  background: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*
@mixin aspect-ratio($width, $height) {
  position: relative;
  &:before {
    display: block;
    content: "";
    width: 100%;
    //padding-top: calc($height / $width) * 100%;
  }
  > .content {
    position: absolute;
    padding:10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    span:before{
      content:"${width}";
    }

    span:after{
      content:"${height}";
    }
  }
}*/
/*============================================================= 
COLORS
============================================================= */
/* ===================================
   Version 3
   =================================== *//*# sourceMappingURL=container.css.map */