.nbX7a {
  position: fixed;
  top: 0; 
  width: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  color: #ccc;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.nbX7a_text {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  background-color: transparent;
            color:#fff;
            font-weight:bold;
}


.inpage_title::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url(https://assets.playnccdn.com/static-nc-home/2.8.0/img/tl/news/icon_update.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.ncgt-cover {
  position: relative;
  height: 250px;
  overflow: hidden;
margin-top:30px;
border-top: 2px solid #5d5236;
border-bottom: 2px solid #5d5236;
}

.ncgt-cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
