.section_blue {
    position: relative;
    width: 100%;
    background-color: #0078ad;
    color: #ffffff;
    font-size: 2.0em;
    height: 200px;
    text-align: center;
}

#section_ourvalues, #section_ourvalues_small {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 501;
}

#section_ourvalues_small {
    visibility: hidden;
    font-size: 0.7em;
    white-space: nowrap;
}

#section_video {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
    height: 0;
}

#section_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#section_banner {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 500;
    text-align: right;
}

#section_banner_small {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 500;
    visibility: hidden;
}

#section_banner_small img {
    width: 100%;
    display: block;
}

#section_banner img {
    max-height: 100%;
}

@media screen and (max-width: 850px) {
    #section_banner {
        visibility: hidden;
    }

    #section_banner_small {
        visibility: unset;
    }

    #section_ourvalues {
        visibility: hidden;
        /*
        left: 50%;
        transform: translateX(-50%);
        top: 40px;
        font-size: 0.7em;
        text-align: center;
        white-space: nowrap;
        */
    }

    #section_ourvalues_small {
        visibility: unset;
    }



    .h_welcome {
        text-align: center;
    }
}