  /*!***!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/story-component-photo-tile/_story-component-photo-tile-styles.scss ***!
  \***/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.b-story-component-photo-tile {
  width: 27rem;
  height: 21rem;
}
@media screen and (min-width: 768px) {
  .b-story-component-photo-tile {
    width: 47rem;
    height: 36rem;
  }
}
.b-story-component-photo-tile__inner {
  height: 100%;
}
.b-story-component-photo-tile__image-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.b-story-component-photo-tile__image-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-story-component-photo-tile__headline {
  position: absolute;
  z-index: 3;
  right: 1.37rem;
  bottom: 1.64rem;
  left: 1.37rem;
  color: var(--color-white);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.0275rem;
  line-height: 0.77273;
}
@media screen and (min-width: 768px) {
  .b-story-component-photo-tile__headline {
    right: 3rem;
    bottom: 4.13rem;
    left: 3rem;
    font-size: 3rem;
    letter-spacing: -0.09rem;
    line-height: 1.04167;
  }
}
.b-story-component-photo-tile--gradient .b-story-component-photo-tile__image-wrapper::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
}

/*# sourceMappingURL=block_story-component-photo-tile.css.map*/