.connected-banner-img {
    background-image:url('/imgs/contact/bg.jpg');
    z-index: 3;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    width:100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
