.title-with-description-wrapper {
  position: relative; }
  .title-with-description-wrapper .title-with-description {
    position: absolute;
    bottom: 100%;
    width: 100%;
    z-index: 99;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff; }
    .title-with-description-wrapper .title-with-description.edit-mode {
      position: static; }
    .title-with-description-wrapper .title-with-description .page-title-right {
      color: #fff;
      margin: 0; }
    @media (max-width: 768px) {
      .title-with-description-wrapper .title-with-description {
        position: static;
        background: #ddd; }
        .title-with-description-wrapper .title-with-description .page-title-right {
          color: #000; } }
    .title-with-description-wrapper .title-with-description .title-description-left {
      margin: 0 0 0 0;
      padding-top: 50px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 9999; }

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