.NodeHeader {
  margin-bottom: 0; }
  .NodeHeader:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url("../../../img/tear-top@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    top: calc(100% - 60px);
    min-height: 100px;
    z-index: 1; }
  .NodeHeader-chapo {
    margin-top: 2rem; }
  .NodeHeader--hasNoBackgroundImage:after {
    content: none; }
  .NodeHeader-content {
    padding-bottom: 10rem; }

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