.hero_module {
  width: 100%;
  position: relative;
  color: #fff;
}
.hero_module.content-module__first {
  margin-top: 30px;
}

.hero_module h1 {
  font-weight: 400;
  font-size: 35px;
}

.hero_module .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: auto;
  object-fit: auto;
}

.hero_module .hero-image-left {
  right: auto;
  left: 0;
}

.hero_module .hero-image-right {
  right: 0;
  left: auto;
}

.hero_module .hero-type-large .hero-content-container {
  padding: 400px 0 200px 0;
}

.hero_module .hero-type-content .hero-content-container {
  padding: 120px 0 120px 0;
}

.hero_module .hero-type-small_header .hero-content-container {
  padding: 120px 0 60px 0;
}

.hero_module .hero-type-small_header h1 {
  font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
}

.hero_module .hero-content-container {
  position: relative;
}

.hero_module .hero-content {
  z-index: 1;
}

.hero_module .hero-content-large {
  margin: 0 200px;
  width: 20%;
}

@media (max-width: 992px) { 
  .hero_module .hero-content-large {
    margin: 0 10%;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .hero_module .hero-content-large {
    margin: 0 5%;
    width: 80%;
  }
}

.hero_module .hero-content-content {
  margin: 0;
  width: 100%;
}

.hero_module .hero-content-position-left {
  justify-content: flex-start;
}

.hero_module .hero-content-position-right {
  justify-content: flex-end;
}

.hero_module .hero-row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.hero_module .hero-button {
  z-index: 9;
  margin-top: 30px;
}

.hero_module .hero-button-center {
  margin: 30px auto;
}

.hero_module .hero-button-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}