/*=== begin News Banner ====*/
.lp__news_banner {
  position: relative;
  overflow: hidden;
  background-color: #333; }
  .lp__news_banner .lp__banner_container {
    position: relative;
    top: initial;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (min-width: 992px) {
      .lp__news_banner .lp__banner_container {
        position: absolute;
        margin: auto;
        top: 0; } }
  .lp__news_banner .lp__banner_img {
    display: none; }
    @media (min-width: 992px) {
      .lp__news_banner .lp__banner_img {
        display: block; } }
    .lp__news_banner .lp__banner_img img {
      margin: 0 auto;
      display: block;
      /*max-width: 1600px;
      height: 298px;
      width: 100%;*/
      object-fit: cover;
      -webkit-filter: blur(15px);
      filter: blur(15px);
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="15");
      /*@media (min-width: 1200px) {
         height: 366px;
      }*/ }
  .lp__news_banner .lp__news_overlay {
    position: relative;
    z-index: 2;
    float: right;
    text-align: left;
    color: #ffffff;
    margin: auto;
    top: 0px;
    right: 0;
    left: 0;
    display: block;
    padding: 16px; }
    @media (min-width: 992px) {
      .lp__news_banner .lp__news_overlay {
        top: 50px; } }
    .lp__news_banner .lp__news_overlay .lp__hero_title {
      font-size: 1.5rem;
      line-height: 2rem;
      margin: 0px 0px 16px 0px;
      text-transform: uppercase;
      color: #fff; }
      .lp__news_banner .lp__news_overlay .lp__hero_title a {
        color: #fff; }
    .lp__news_banner .lp__news_overlay .lp__hero_description {
      font-size: 1rem;
      line-height: 1.4375rem;
      margin: 0px 0px 16px 0px;
      color: #fff; }

/*=== end News Banner ====*/