/**
 * Main variables
 */
/**
 * For rem calculations
 */
/**
 * Grid Breakpoints
 */
/**
 * RWD Breakpoints
 */
.b-hero {
  position: relative;
  padding: 19rem 0 16rem;
}
.b-hero__inside {
  position: relative;
  z-index: 2;
  text-align: center;
}
.b-hero__inside * {
  color: #f7f8fa;
}
.b-hero__poster {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.b-hero__poster img,
.b-hero__poster video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-hero__mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.1;
}

/*# sourceMappingURL=block_hero.css.map*/