.banner{display:grid;height:75vh;overflow:hidden;place-items:center;position:relative}.banner h1{font-size:82px}@media only screen and (max-width:999px){.banner h1{font-size:40px}}@media only screen and (max-width:767px){.banner{height:250px}}.banner-background{background-color:rgba(0,0,0,.3);height:100%;position:absolute;width:100%;z-index:2}.banner h1{color:#fff;position:relative;text-align:center;z-index:3}.banner video{bottom:0;display:grid;left:0;place-items:center;position:absolute;right:0;top:0;width:100%;z-index:1}