/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-heading {
  position: relative;
  width: 100%;
  z-index: 1; }
  .section-heading img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    inset: 0;
    width: 100%;
    height: 100%; }
  .section-heading + main aside {
    z-index: 2; }
    @media (min-width: 981px) {
      .section-heading + main aside {
        margin-top: -250px; } }

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