img.story-top-section-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 32px;
    overflow: hidden;
}

.top-section-bg {
    position: relative;
    padding: 93px 99px 83px 92px;
}
.story-content-section-bg {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 0px 40px 56px;
    z-index: 9;
    position: relative;
}
.story-autor-img img {
    margin: -44px 0 0 0;
    max-width: 100%;
    border-radius: 35px;
    box-shadow: 0px 0px 10px 5px #00000021;
    /* overflow: hidden; */
}
.col-right{
    padding: 0;
}
.mybni-story-heading {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 47px 0 40px;
}

.mybni-story-brief {
    color: var(--Power-Black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.story-autor-name {
    color: var(--Red, #CF2030);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 33px 0 0;
}

.story-autor-brief-info {
    color: var(--Power-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 46px;
}
img.BNI-share-my-story-bg-img {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    object-position: left bottom;
}

.share-my-story-block {
    position: relative;
    padding: 160px 50px 70px;
}

.share-my-story-heading {
    color: var(--Sterling-Light-Grey, #F2F2F2);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
}

.share-my-story-text {
    color: var(--Sterling-Light-Grey, #F2F2F2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 50px;
}
.my-story-left-block {
    max-width: 445px;
    display: block;
    position: relative;
    z-index: 9;
}

.share-my-story-link,.share-my-story-link:hover {
    color: var(--Red, #CF2030);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 32px;
    padding: 17px 35px;
    background: var(--2nd-CTa-gradient, linear-gradient(88deg, #FFF 8%, #D9D9D9 128.11%));
    backdrop-filter: blur(10px);
    text-decoration: none;
}
.story-video-section-bg {
    max-width: 715px;
    margin: -50px auto 0;
    padding-top: 36px;
}
.top-video-section-bg {
  padding-top: 70px;
}
.my-bni-story-video-block {
    max-width: 715px;
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
.story-video-block {
    margin: 0 0 75px;
}
img.video-thumb-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.story-content-section-bg.story-video-section-bg {
    padding: 40px 20px 20px;
}
.video-contant-block .mybni-story-heading {
    margin: 20px 0 30px;
}

.video-contant-block .story-autor-name {
    margin: 0;
}

.video-contant-block .story-autor-brief-info {
    margin: 0;
}
i.play-icon-link {
    position: absolute;
    z-index: 1;
    font-size: 5rem;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
}
.video-thumnail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mybni-story-brief p {
    margin-bottom: 15px;
}

.mybni-story-brief p:last-child {
    margin-bottom: 0;
}

.mybni-story-logo {
    /* position: absolute; */
    bottom: 0;
    left: 0;
}
.mybni-story-logo img {
    width: 130px;
}
.video-contant-block .mybni-story-logo {
    position: static;
}
.left-contant-block {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.col-right {
    padding: 0 0 0 30px;
}
.back-to-my-story {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #c8c8c8;
    z-index: 1;
    transition: all 1s;
}
.back-to-my-story:hover {
    color: #64666A;
}
.back-to-my-story i {
    font-size: 32px;
}
i.play-icon-link:hover {
    color: #CF2030;
}

.my-bni-story-video-block img {
    width: 80%;
    height: auto;
}
.no-stories {
    width: 100%;
    font-size: 24px;
    text-align: center;
}
@media only screen and (min-width: 1400px) {
    .share-my-story-block {
        padding: 200px 50px 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .share-my-story-block {
        padding: 160px 50px 50px;
    }
    .share-my-story-heading {
        font-size: 32px;
    }
    .my-story-left-block {
        max-width: 375px;
    }
    i.play-icon-link {
        font-size: 3rem;
    }
    .mybni-story-logo {
        position: static;
    }
}
@media only screen and (max-width: 991px) {

  .top-section-bg {
      padding: 70px;
  }

  img.story-top-section-bg {
      /* border-radius: 0; */
  }

  .mybni-story-heading {
      font-size: 24px;
  }

  .mybni-story-brief {
      font-size: 16px;
  }
  .share-my-story-heading {
      font-size: 24px;
      margin: 0 0  25px;
  }

  .share-my-story-text {
      font-size: 15px;
      margin: 0 0 30px;
  }

  .share-my-story-link, .share-my-story-link:hover {
      font-size: 12px;
      padding: 8px 25px;
  }

  .share-my-story-block {
      padding: 90px 25px 30px;
  }

  .my-story-left-block {
      max-width: 300px;
  }
  .story-autor-img img {
    margin: -25px 0 0 0;
  }
  .story-video-block {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
    .back-to-my-story {
        right: 20px;
        top: 20px;
    }
    
    .back-to-my-story i {
        font-size: 20px;
    }
  .story-content-section-bg {
      padding: 15px 20px 20px;
  }
  .story-video-section-bg {
      margin-top: -26px;
      padding: 36px 20px 10px;
  }
  .top-section-bg {
      padding: 50px 20px 36px;
      margin: 0 -12px;
  }

  img.story-top-section-bg {
      border-radius: 0;
  }

  .mybni-story-heading {
      margin: 0 0 15px;
      font-size: 16px;
  }

  .mybni-story-brief {
      font-size: 14px;
      margin: 0 0 13px;
  }

  .mybni-story-logo img {
      max-width: 68px;
  }

  .story-autor-brief-info {
      margin: 0;
      font-size: 12px;
  }

  .story-autor-name {
      margin: 0;
      font-size: 12px;
  }
  .share-my-story-heading {
      font-size: 16px;
      margin: 0 0 5px;
  }

  .share-my-story-text {
      font-size: 12px;
      margin: 0 0 8px;
  }

  .share-my-story-link, .share-my-story-link:hover {
      font-size: 12px;
      padding: 8px 25px;
  }

  .share-my-story-block {
      padding: 60px 15px 16px;
  }

  .my-story-left-block {
      max-width: 175px;
  }
}