#new-header-image-wrapper {
    height: 500px;
    position: relative;
}

    #new-header-image-wrapper img {
        position: absolute;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 400px;
        z-index: 500;
        left: 50%;
        top: 50%;
        display: none;
    }

    #new-header-image-wrapper div {
        /*width: 50%;*/
        height: 100%;
        /*position: relative;
        display: inline-block;
        margin: 0;
        box-sizing: border-box;*/
        background-position: center;
        background-size: cover;
    }

    #new-header-image-wrapper h1 {
        position: absolute;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        top: 8%;
        /*top: 50%;*/
        /*font-size: 34px;*/
        font-weight: bold;
        /*color: white;*/
    }

    #new-header-image-wrapper .left-img {
        background-image: url("../imgs/buyers_sellers.jpg");
    }

        #new-header-image-wrapper div:first-child h1 {
            /*color: #000;
            -webkit-text-stroke-width: .5pt;
            -webkit-text-stroke-color: #fff;*/
        }

    #new-header-image-wrapper .right-img {
        background-image: url("../imgs/realtors-new.jpeg");
    }

        #new-header-image-wrapper div:nth-child(3) h1 {
            /*color: white;*/
        }

@media all and (max-width: 1100px) {
/*    #new-header-image-wrapper div:first-child h1 {
        left: 37%;
    }

    #new-header-image-wrapper div:last-child h1 {
        left: 59%;
    }

    #new-header-image-wrapper div:last-child h1 {
        color: white;
    }*/
}

@media all and (max-width: 990px) {
    #new-header-image-wrapper {
        height: 39px !important;
        position: relative;
    }

    #new-header-image-wrapper {
        height: 360px;
    }

        #new-header-image-wrapper h1 {
            width: 80%;
            text-align: center;
        }

        #new-header-image-wrapper .left-img,
        #new-header-image-wrapper .right-img,
        #new-nav-header {
            background-image: none;
            display: none;
        }

        #new-header-image-wrapper img {
            top: 0%;
            width: 290px;
            opacity: 0.2;
            z-index: 5;
        }


            /*#new-header-image-wrapper div:last-child h1 {
                color: #999999;
            }*/

        #new-header-image-wrapper .mobile-activate {
            /*top: -95%;*/
            cursor: pointer;
            color: black;
            /*z-index: 800;*/
            font-size: 30px;
        }

        
}

@media all and (max-width: 592px) {
    #new-header-image-wrapper h1 {
        font-size: 20px !important;
    }
}

@media all and (max-width: 688px) {
    #new-header-image-wrapper h1:nth-child(4) {
        top: -95%;
    }

    #new-header-image-wrapper h1:last-child {
        top: 0;
    }
}
