.hero{position:relative;overflow:hidden;height:600px}
.hero:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.75);z-index:1}
.hero picture{position:absolute;width:100%;z-index:-1}
.hero__video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}
.hero__video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding-top:70px}
.hero__content-headings .headings{max-width:100%;color:#FFF}
.hero__content-headings .headings .section-description{margin-top:25px}
@media(min-width:992px){.hero{height:700px}
.hero__content{padding-top:100px}
}@media(min-width:1200px){.hero{height:900px}
}