.hero-video h1 {
  font-size: 50px;
  color: #fff;
}

.hero-video p {
  font-size: 24px;
  color: #fff;
}

.hero-video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  overflow: hidden;
  background: rgb(48,66,81);
  background: linear-gradient(180deg, rgba(48,66,81,1) 25%, rgba(8,22,38,1) 75%);
}

.hero-logo {
  max-width: 1400px;
  margin: 0 auto;
}

.hero-logo img {
  width: 175px;
  height: auto;
  margin-top: 20px;
}

.hero-video-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .hero-video-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero-form {
  width: 40%;
  padding: 20px;
}

.hero-video-text {
  padding-right: 20px;
  z-index: 1;
}

.background-video { width: 100%; position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  z-index: -1; opacity: 20%;}

form label {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 1078px) {
  .hero-video-container {
    flex-wrap: wrap;
  }
  .hero-video-text {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .hero-video-text,
  .hero-form {
    width: 100%;
  }
  .hero-video-bg {
    height: auto;
    padding: 0;
  }
  .hero-video-container {
    height: auto;
  }
  .hero-logo img {
    margin: 20px calc(50% - (175px / 2));
  }
}

@media screen and (max-width: 529px) {
  .hero-video h1 {
    font-size: 32px;
    text-align: center;
  }

  .hero-video p {
    font-size: 22px;
    text-align: center;
  }
}