/* FULL PAGE HEROES */
.hero-image-full{
  height: 100vh;
}

.text-rotater{
  font-size: 116px;
  font-weight: 700;
  visibility: hidden;
  position: relative;
  height: 139px;
  width: 100%;
}

.text-rotater span{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.hero-content-wrap h1,
.hero-content-wrap h3{
  color: #fff;
}


/* SMALL HEROES */
.hero-image-small{
      height: 43vh;
  min-height: 423px;
}


