.hero-container {
  position: relative;
  width: 100%;
  height: 540px;
  top: 0;
  left: 0;
  -ms-flex-line-pack: center;
      align-content: center;
}

.hero-container > .img-src {
  position: absolute;
  width: 100%;
  height: 540px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-container > .img-src::after {
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
}

.hero-container > .img-src.contain {
  background-size: contain;
}


.hero-container-light > .img-src::after {
  background: rgba(0, 0, 0, 0.1);
}

.motto {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
  text-transform: uppercase;
  z-index: 1;

}

.motivation {
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
  position: relative;
  text-align: center;
  font-size: 25px;
}