.button-ltp {
  background-color: #f5831f;
  padding: 16px;
  border: 8px solid white;
  border-radius: 20px;
}

.button-ltp:hover {
  color: #000000;
}

.hero {
  height: 100vh;
}

.custom-video,
.news-detail-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.sticky-wrapper {
  position: relative;
  bottom: 76px;
}

.logo-ltp {
  width: 50%;
}

.width-100 {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .logo-ltp {
    width: 100%;
  }
}
