.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-heading h1:before {
    border-top:0!important;

}
.quote-wrapper:before {
    content: ' '!important;;
    display: block;
    font-family: 'Cormorant', serif;
    font-size: 100px;
    line-height: 50px;
  
}
