body:not(.has-news) .cta-wrapper .cta .cta-block.cta-news {
  display: none;
}

#project-content .wrapper .project-info-wrapper {
  padding-top: 150px;
}

.swiper-container {
  background-color: #252526;
}

.sr-thumb-effect {
  filter: contrast(50%);
  transition: filter 0.5s ease;
}

.sr-thumb-effect:hover {
  filter: contrast(100%);
}

.sr-thumb-effect img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

body.front #hero-filter-wrapper {
  filter: none !important;
}
