.adbefore::before { 
  content: "Advertisement";
  font-family: var(--roboto);
  font-size: 12px;
  opacity: .5;
  text-align: center;
}
.story .story-slug {
  color: #ed1c24;
}
.disclaimer-text{
  font-size: 18px;
}

.hmot-glry{
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}

.hm-cardsld{
  width: 252px;
}

.collection-single-view-more-btn:hover {
    color: #ffffff;
    background-color: #00A74B;
  }

@media screen and (max-width: 600px){
  .hmot-glry{
    max-height: 474px;
  }

  .ot-hero-headline{
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1400px){
  .ot-gallery-slider .slick-prev{
    left: 0PX;
  }

  .ot-gallery-slider .slick-next {
      right: 0px;
  }
}
