.yx_Banner_N {
    position: relative;
    height: 70vh;
    overflow: hidden;
    max-height: 768px;
  }
  .yx_Banner_N:before {
  
  }
  .yx_BN_Img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    background-size: cover;
  }
  .yx_BN_Con {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    text-shadow: 0 0 30px rgb(0 0 0 / 12%);
  }
  .yx_Banner_N .yx_Title {
    font-size: 60px;
    color: #fff;
    line-height: 100%;
    overflow: visible;
    display: inline-block;
    position: relative;
    text-transform:uppercase;
  }
  .yx_Banner_N .yx_Summary {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 200%;
    margin-top:14px;
    opacity:0.7;
    letter-spacing:2px;
    text-transform:uppercase;
  }
  @media only screen and (min-width:769px) {
    .yx_Mo_Img {
      display: none;
    }
    .yx_Width{
      width:90% !important; 
    }
  }
  @media only screen and (max-width:768px) {
    .yx_Mo_Img {
      display: none !important;
    }
    .yx_Banner_N {
      height: 80vw;
    }
    .yx_Width{
      width:96% !important;
    }
  }