.body {
  height: 100%;
  background-color: #fff;
}

.section-hero {
  width: 100%;
  height: 100%;
  background-image: url('../images/spider-metier_site_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-base {
  z-index: 8;
  max-width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-komiche-icon {
  margin-top: -83px;
}

.txt-footer {
  z-index: 4;
  color: #fff;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #8738ce;
  font-family: Knockout htf34 juniorsumo;
}

.txt-heading {
  color: #8738ce;
  font-family: Knockout htf74 fullsumo;
  font-size: 26px;
}

.txt-label {
  color: #000;
  font-family: Knockout htf74 fullsumo;
}

.txt-field {
  font-family: Knockout htf34 juniorsumo;
  font-size: 12px;
}

.error-message {
  color: #fff;
  background-color: red;
  font-family: Knockout htf34 juniorsumo;
  font-size: 11px;
}

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

@media screen and (min-width: 1440px) {
  .container-base {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1920px) {
  .section-hero {
    font-size: 11px;
  }

  .container-base {
    max-width: 1300px;
  }
}

@media screen and (max-width: 991px) {
  .container-base {
    max-width: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: 600px;
  }

  .container-base {
    padding-left: 170px;
    padding-right: 170px;
  }

  .img-komiche-icon {
    margin-top: -183px;
    padding: 42px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 100%;
    justify-content: center;
  }

  .container-base {
    padding-left: 50px;
    padding-right: 50px;
  }

  .img-komiche-icon {
    margin-top: 0;
    padding: 0;
  }
}


