#tn-tv-nav::-webkit-scrollbar {
  display: none;
}

.zoom-effect:hover {
  transition: transform 800ms ease;
  transform: scale(1.1);
}

.hover-gradient:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 40%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
#tn-cinema .owl-next,
#tn-cinema .owl-prev {
  padding: 0px 0px !important;
  z-index: 3;
  font-size: 56px;
  color: #fff;
  font-weight: 800;
  border-radius: 0;
}
#tn-cinema .owl-next:hover,
#tn-cinema .owl-prev:hover {
  background: none !important;
}
.hover-digital-edition {
    transition: 300ms all ease;
}
.hover-digital-edition:hover {
    height: 100px;
    transition: 400ms all ease;
}

/* BANNER SCROLL */
.aside-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 3;
}
.aside-sticky-footer {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.fadein {
  animation-name: fadein;
  animation-duration: 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
