
    #backgroundImage
    {
        /*transition: background-image 0.5s linear;*/
        /*transition: background-size none;*/
        background-color: black !important;
        /*background-size: 100%;*/
        height: 180px !important;

        /* banner size should be 2732 * 512 approx */
    }

    #banner-main {
        height: 256px;
        position: relative;
    }

    #backgroundImage0, #backgroundImage1 
    {
        /*transition: background-image 0.5s linear;*/
        /*transition: background-size none;*/
        /*background-color: black !important;*/
        /*background-size: 100%;*/
        /*height: 180px !important;*/
        transition: opacity 0.5s linear;
        position: absolute;
        width: 100%;
        height: 100%;
    }
    #backgroundImage0 {
        opacity: 1;
    }
    #backgroundImage1 {
        opacity: 0;
    }

    nav {
        background-color: white !important;
        background-image: url('images/website-banner-01.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    div#blueborder {
        margin-top: 24px;
        margin-bottom: 0px;
        background: rgb(54, 100, 147);
        height: 10px !important;
        margin-left: 16px;
        margin-right: 16px;
    }

    div#solutions {
        background-image: url('images/solutions2.png');
        background-repeat: no-repeat;
        background-size: contain;
        height: 40px;
        margin-top: 24px;
        margin-bottom: 24px;
        margin-left: 16px;
        background-color: white !important;
    }

    @media screen and (max-width: 1124px) {
        .flex-l {
            display: block !important; 
        }

        nav>div>div {
            padding-top: 80px;
        }
    }