.banner-image {position: relative;
height: 700px;
overflow: hidden;
}

.banner-image video {
 vertical-align: middle;
  vertical-align: middle;
   object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;	
}
.video-hero--content {
  background: rgba(0, 51, 89, .025);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;

}
.video-hero--content h2 {
	margin: 0;
	font-size: 3rem;
    line-height: 1.25;
    letter-spacing: -.035em;
	text-shadow: 5px 6px 8px rgba(0, 0, 0, .80);
	color:#fff;
	font-weight:bold;
}
.video-hero--content p {
	font-size: 20px;
	margin: 0;
	color:#fff;
	line-height:1.2;
}

@media (max-width: 45em) {
  .banner-image {height: 500px;}
  .video-hero--content h2 {font-size:1.5em;}
  .video-hero--content p {font-size:16px;}
}