.home-banner{
    height:75vh;
    background:url(../images/home-banner-bg.jpg);
    background-size:cover;
    background-position: top;
    background-repeat: no-repeat;
}
.home-banner .overlay{ background:rgba(34, 47, 70, 0.7);width:100%;height:100%; }