.full-header {
  height: 110vh;
  margin-top: -20vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.9);
}

.full-header.full-header--with-video {
  position: relative;
}

@media screen and (max-width: 767px) {
  .full-header {
    height: 105vh;
  }
}
@media screen and (max-width: 1025px) {
  .full-header {
    height: 110vh;
  }
}
.full-header-block-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.full-header--with-video .full-header-block-content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

@media screen and (min-width: 768px) {
  .full-header--with-video .full-header-block-content,
  .full-header-block-content {
    width: 75%;
  }
}

.full-header-block-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}

.full-header-block-title {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  color: white;
}
.full-header-block-text {
  margin-top: 150px;
}
.full-header-block-text h1 {
  text-align: center;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  color: white !important;
  text-shadow: 0em 0em 0.3em rgba(0, 0, 0, 0.4) !important;
}
.full-header-block-text h1:before {
  border-top: 1px solid white !important;
}
.full-header-block-anchor {
  position: absolute;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.anchor-img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .full-header-block-title {
    font-size: 2.5rem !important;
  }
  .full-header-bloch-text h1 {
    font-size: 1rem !important;
  }
  .full-header-block-text {
    margin-top: 0;
  }
}
