.node--type-slide.node--view-mode-mobile {
  position: relative;
  height: auto !important;

  .node__background {
    display: none;

    @media (max-width: 979.98px) {
      display: block;
    }
  }

  .node__link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .node__box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    z-index: 0;

    &::before {
      position: absolute;
      content: "";
      background: rgba(0, 0, 0, 0.6);
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
    }
  }

  .node__title {
    margin-bottom: 100px;
    font-size: 3.25rem;
    position: relative;
    text-transform: uppercase;

    &::after {
      position: absolute;
      content: "";
      display: block;
      width: 200px;
      border-bottom: 1px solid #fff;
      z-index: 3;
      left: calc(50% - 100px);
      bottom: -50px;
    }
  }

  .node__content {
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .node__body {
    font-size: 1.5rem;
    font-weight: 300;
  }

}
