body {
  overflow-x: hidden;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  #vod {
    overflow-x: hidden;
  }

  #vod .row {
    margin-bottom: 70px;
  }

  #vod .hero {
    order: 1;
  }

  #vod .desc {
    order: 2;
  }
}

#vod #catchup-page {
  margin-top: unset;
}

#vod .dens3-wrapper {
  overflow: visible;
}

#vod .content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#vod .content p {
  margin-bottom: 0;
}

#vod .content-wrapper {
  padding-left: 4vw;
  padding-right: 15px;
}

#vod .title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  line-height: normal;
}

#vod .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: normal;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #vod .description {
    font-size: 10px;
    line-height: normal;
  }
}

@media screen and (min-width: 1600px) {
  #vod .description {
    font-size: 16px;
    line-height: normal;
  }
}

/* #vod .metadata {
  margin-bottom: 5px;
} */

#vod .metadata p {
  display: inline;
  padding-right: 5px;
  border-right: solid white 1px;
}

#vod .metadata p:last-child {
  border-right: 0;
}

#vod .btn-watch {
  background-color: #009999;
  color: white;
  font-size: 11px;
  border-radius: 3px;
  padding: 10px 40px;
  font-weight: bold;
  width: fit-content;
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
  line-height: unset;
}

#vod .btn-watch i {
  margin-right: 5px;
}

#vod .btn-watch:hover {
  background: #e6c52c;
  color: #141518;
}

#vod .hero {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 50%
  );
}

#vod .img-hero {
  aspect-ratio: 4/2.5;
  object-fit: cover;

  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 50%
  );
}

@media screen and (max-width: 991px) {
  #vod .hero {
    mask-image: none;
    -webkit-mask-image: none;
  }

  #vod .img-hero {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

#vod .episodes-trailer {
  margin-top: -90px;
}

#vod .nav-tabs {
  border-bottom: 1px solid #5c5c5c;
}

#vod .nav-tabs li {
  padding: 0;
  margin: 0 10px 0 0;
}

#vod .nav-tabs li a {
  color: #5c5c5c;
  padding: 10px 0;
  margin: 0 20px 0 0;
  border: none;
}

@media screen and (max-width: 991px) {
  #vod .nav-tabs li a {
    margin: 0 5px 0 0;
  }
}

#vod .nav-tabs li a:first-of-type {
  padding: 10px 0 10px 0;
}

#vod .nav-tabs li a:hover {
  background: none;
}

#vod .nav-tabs li.active a {
  color: white;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #009999;
}

#vod .tab-content {
  padding: 20px 0;
}

#vod .seasons .row {
  margin-bottom: 0;
}

#vod .seasons .nav-tabs {
  border: none;
}

#vod .seasons .nav-tabs li.active a {
  border: none;
}

#vod .watched {
  opacity: 0.5;
}

#vod .item-episode {
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

#vod .item-episode:hover {
  transform: scale(1.1);
}

#vod .coming-soon {
  position: relative;
}

#vod .coming-soon::before {
  content: "Coming Soon";
  background-color: #e6c52c;
  position: absolute;
  bottom: 7px;
  left: 7px;
  color: #141518;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 2px;
}

#vod .item-episode .title {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin: 10px 0 0 0 !important;
}

#vod .item-episode .subtitle {
  font-size: 11px !important;
  color: #5c5c5c !important;
  font-weight: normal;
  margin: 5px 0 0 0 !important;
}

#vod .item-episode:hover .title {
  color: #009999;
}

#vod .item-episode .img-episode {
  border-radius: 3px;
}

#vod .item-episode .schedule {
  background: unset;
  color: unset;
  margin-bottom: unset;
  padding: unset;
  text-align: left;
}

#vod .item-episode .schedule p:first-child {
  padding-left: 0;
}

#vod .item-episode .schedule p {
  display: inline;
  padding: 0 5px;
  border-right: solid #777 1px;
  color: #777;
  font-size: 10px;
  line-height: unset;
  margin: unset;
}

#vod .item-episode .schedule p:last-child {
  border-right: 0;
  padding-right: 0;
}

#vod .item-episode .channel {
  color: #777;
  font-size: 11px;
}

/* Helper Class */

.nopadding {
  padding: 0;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
