.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-section .billboard-content .hasVideo.billboard-full-height {
min-height: 85vh;
}

.body-home .billboard-background-video .billboard-video {
height: auto !important;
}

.footer-section .footer-contact-info .ftr-nap {
font-size: 20px;
}
