.largeHero {
  position: relative;
  background: #000;
  color: #fff;
}

.largeHeroImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.largeHeroInner {
  margin-top: -15%;
  padding-bottom: 2em;
}
@media only screen and (max-width: 854px) {
  .largeHeroInner {
    padding-bottom: 0em;
  }
  .largeHeroInnerContent {
    text-align: center;
  }
}
/* Stand Out */
.largeHero-StandOut h6 {
  border-top: 4px white solid;
  border-bottom: 4px white solid;
  font-size: 1.5em;
  margin-bottom: 1em;
  display: inline-block;
  color: #fff;
  text-shadow: -1px 0px 2px #171717, 1px 0px 2px #171717, 0px -1px 2px #171717,
    0px 1px 2px #171717;
}
/* Main Title*/
.largeHero-Main h2 {
  font-size: calc(33px + (23 - 16) * (100vw - 640px) / (1439 - 640));
  line-height: 1.2;
  margin-bottom: 4px;
  color: #fff;
  display: block;
}
/* Sub Title*/
.largeHero-Main h3 {
  font-size: calc(19px + (23 - 16) * (100vw - 640px) / (1439 - 640));
  line-height: 1.3em;
  margin-bottom: 1em;
  color: #fff;
  display: block;
}

/* The Titles */

.largeHero-Main h2,
.largeHero-Main h3 {
  text-shadow: 0px 2px 0px #000, 2px 0px 0px #000, 0px 0px 4px #000;
}
/**/
.largeHero-Info {
  color: #fff;
}
