#home-banner{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;height:45vh;background-repeat:no-repeat;background-size:cover;background-position:center 40%;}#home-banner .overlay{background:rgba(0,0,0,.3);position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;}#home-banner .hero-content{z-index:100;}#home-banner .hero-content h1{display:inline-block;background-color:rgba(211,211,211,.01);}#home-content{padding-top:5vh;padding-bottom:5vh;}@media(min-width:768px){#home-content{padding-top:10vh;padding-bottom:10vh;}}