.career-image-content-wrap { display: flex; justify-content: space-between; align-items: stretch; flex-flow: wrap; 
    background-color:#f8f8f8; }
.career-image-content-wrap .left-image-wrap {
    font-size:0;    
}
.career-image-content-wrap > .span6 { position:relative; }
.career-image-content-wrap #grnhse_app { 
    position:absolute; 
    top:0; 
    right:0; 
    bottom:0; 
    left:0; 
}
.career-image-content-wrap #grnhse_app iframe {
    position:absolute; 
    top:0; 
    left:0;
    width:100%;
    overflow:scroll; 
    -ms-overflow-style:none;  /* IE and Edge */
    scrollbar-width:none;
}

@media(max-width:767px){
    .career-image-content-wrap { flex-flow: column; }
    .career-image-content-wrap > div { min-width: 100%; }
    .left-image-wrap img { vertical-align: top; }
    .right-iframe-wrap { padding-top: 25px; }
    .career-image-content-main-wrap { margin-top: 35px; }
    .career-image-content-wrap #grnhse_app,
    .career-image-content-wrap #grnhse_app iframe {
        position:relative;
        top:auto;
        right:auto;
        bottom:auto;
        left:auto;
/*         padding-bottom:100%; */
    }
/*     .career-image-content-wrap #grnhse_app iframe {
        position:absolute;
        top:0; 
        right:0; 
        bottom:0; 
        left:0; 
        overflow:scroll; 
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;
    } */
}