#HomeOverlay {
    height: 100% !important;
}

.Page-Home footer {
    display: none;
}

/* slide */

marquee img {
    max-height: 150px;
}

/* end slide */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-hero-text {
    top: 45%;
}

@media screen and (min-width: 996px) {

.video-hero-text h1 {
    font-size: 6rem;
}

}







