  .mbBanner {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* background: url(https://storage-asset.msi.com/global/picture/image/feature/mb/X670/template/images/connectivity-main-bg.jpg) no-repeat; */
    background-size: cover;
    padding: 10%;
  }

  @media (min-width: 996px) {
    .mbBanner {
      padding: 10% 2%;
    }
  }

  @media (min-width: 996px) {
    .mbBanner {
      padding: 8%;
    }
  }

  .mbBanner__tBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
  }

  @media (min-width: 996px) {
    .mbBanner__tBox {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      max-width: 1200px;
    }
  }

  .mbBanner__tBox .theme-title {
    float: right;
    font-family: "industry-inc-base", sans-serif;
    font-weight: 300;
    font-size: var(--block-title-xl);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
  }

  .mbBanner__tBox .theme-title::after {
    display: block;
    font-size: 2px;
    letter-spacing: 2px;
    content: "////////////////////////";
    position: absolute;
    z-index: -1;
    bottom: -5px;
    left: 0;
  }

  @media (min-width: 996px) {
    .mbBanner__tBox .theme-title::after {
      bottom: 5px;
      content: "//////////////////////////////////////////////////";
    }
  }