.userStoryDetail {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.04rem;
}

.userStoryDetail .back-box {
  width: 0;
  height: 0;
  visibility: hidden;
}

.userStoryDetail .nav-top {
  visibility: visible;
  max-width: 65.1rem;
  height: auto;
  /* width: 65.1rem 1250/19.2; */
  margin: 0 auto;
  text-align: center;
  margin-top: 5.83rem;
  /* display: flex;
          flex-direction: row;
          align-items: center; */
  padding: 0rem;
  gap: 0.21rem;
}

.userStoryDetail .nav-top .breadcrumb {
  background-color: #fff;
  padding: 0;
  font-size: 0.73rem;
}

.userStoryDetail .nav-top .breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.9);
}

.userStoryDetail .nav-top .back {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  cursor: pointer;
}

.userStoryDetail .user-main {
  max-width: 65.1rem;
  margin: 0 auto;
  text-align: left;
  margin-top: 2.71rem;
}

.userStoryDetail .user-main .user-title {
  /* font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.49rem; */
  color: #000000;
  text-align: left;
  margin: 0;
}

.userStoryDetail .user-main .date {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 0.99rem;
  line-height: 1.35rem;
  /* identical to box height */
  color: #000000;
  margin-top: 0.83rem;
}

.userStoryDetail .user-main .card {
  margin-top: 4.27rem;
  margin-bottom: 1.04rem /* 20/19.2 */;
  border: none;
  border-radius: 0rem !important;
}

.userStoryDetail .user-main .card .card-img-top {
  /* width: 65.1rem 1250/19.2; */
  width: 100%;
  overflow: hidden;
  /* max-height: 36.88rem ;708/19.2 */
  border-radius: 0rem !important;
  position: relative;
}

.userStoryDetail .user-main .card .card-img-top .img-bac {
  width: 100%;
  height: auto;
}

.userStoryDetail .user-main .card .card-img-top .play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
  z-index: 99;
}

.userStoryDetail .user-main .card .card-img-top .play-btn .icons {
  background: url("./../../images/homepage/play.png") no-repeat;
  background-size: contain;
  width: 3.33rem;
  height: 3.39rem;
}

.userStoryDetail .user-main .card .card-body {
  padding: 0;
  margin-top: 2.34rem;
  margin-bottom: 14.84rem;
}

.userStoryDetail .user-main .card .card-text {
  /* font-style: normal;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.72rem; */
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  
  white-space: pre-wrap;
}

.userStoryDetail #show-video {
  position: fixed;
  top: 0rem;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999 !important;
  background: rgba(0, 0, 0, 0.35);
  display: none;
}

.userStoryDetail .video-close {
  width: 2.34rem;
  height: 2.34rem;
  color: #211d1e;
  position: fixed;
  /* right: 6.15rem ;118/19.2 */
  top: 5.89rem;
  right: 12%;
  top: 20%;
  z-index: 999;
  cursor: pointer;
}

.userStoryDetail #show-video .videos {
  outline: none;
  width: 80vw;
  height: 58vh;
  min-width: 60vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 1.04rem 2.08rem black;
}

@media (max-width: 768px) {
  .userStoryDetail {
    width: 100%;
    padding: 0 15px 0 15px;
  }

  .userStoryDetail .nav-top {
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0;
  }

  .userStoryDetail .back-box {
    width: 80px;
    height: auto;
    margin-top: 41px;
    margin-bottom: 41px;
    visibility: visible;
  }

  .userStoryDetail .back-box .back-icon {
    width: 16px;
    height: 16px;
  }

  .userStoryDetail .back-box .back-text {
    color: var(--46, #464646);
    font-size: 11.841px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.608px;
  }

  .userStoryDetail .user-title {
    color: #000;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 28px !important;
    margin-bottom: 34px;
  }

  .userStoryDetail .date {
    color: #000;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 86px;
    display: inline-block;
  }

  .userStoryDetail .card {
    border: none;
    margin-top: 0 !important;
  }

  .userStoryDetail .card .card-img-top {
    width: 100%;
    /* height: auto; */
    /* max-height: 163px; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }

  .userStoryDetail .card .card-img-top .img-bac {
    width: 100%;
    height: auto;
  }

  .userStoryDetail .card .card-img-top .play-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    z-index: 99;
  }

  .userStoryDetail .card .card-img-top .play-btn .icons {
    background: url("./../../images/homepage/play.png") no-repeat;
    background-size: contain;
    width: 16px !important;
    height: 16px !important;
  }

  .userStoryDetail .card .card-body {
    padding: 0;
    margin-top: 40px !important;
    margin-bottom: 99px !important;
  }

  .userStoryDetail .card .card-body .card-text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: pre-wrap;
  }

  .userStoryDetail #show-video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999 !important;
    background: rgba(0, 0, 0, 0.35);
    display: none;
  }

  .userStoryDetail .video-close {
    width: 16px;
    height: 16px;
    color: #211d1e;
    position: fixed;
    right: 12%;
    top: 32%;
    z-index: 999;
    cursor: pointer;
  }

  .userStoryDetail #show-video .videos {
    outline: none;
    width: 80vw;
    height: 38vh;
    min-width: 60vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px black;
  }
}