.landing-header__background,
.landing-header__thumb {
  position: relative;
}
.landing-header__background {
  background-color: #000;
}
.landing-header__thumb {
  z-index: 2;
  margin-top: -140px;
  margin-bottom: 50px;
}
.landing-header--replacement .landing-header__background {
  background-color: #fff;
}
.header-for-mega-diff .landing-header {
  height: calc(100vh - 10vh);
}
.header-for-mega-diff .landing-header__background {
  background-color: #ed0f00;
  height: calc(100vh - 150px);
}
.slider-content--arrow-it .landing-header__background {
  background-color: #191919;
}
.homepage-header .landing-header {
  max-width: 100vw;
}
@media (min-width: 1600px) {
  .header-for-mega-diff .landing-header__background {
    height: calc(100vh - 165px);
  }
}
@media (min-width: 1700px) {
  .header-for-mega-diff .landing-header__background {
    height: calc(100vh - 180px);
  }
}
@media (max-width: 768px) {
  .landing-header__background {
    background-color: transparent;
  }
  .landing-header__thumb {
    padding: 0 20px;
    margin-top: 0;
  }
  .header-for-mega-diff .landing-header {
    height: calc(100vh - 60px);
  }
}
