
    #logo {
        width: 100%;
        margin: auto;
        position: static;
        height: 0px;
        z-index: 2;
    
    }

    #logo img{
        z-index: 2;
        position: fixed;
        left: 30px;
        top: 0px;
        height: 65px;
        width: auto;
    }    


    #areal {
        width: 100%;
        margin: auto;
        position: static;
        height: 0px;
        z-index: 2;
    
    }

    #areal img{
        z-index: 2;
        position: fixed;
        left: 215px;
        top: 0px;
        height: 65px;
        width: auto;
    }      





    @media (max-width: 767px) {
        .hidden-mobile {
          display: none;
        }

        #areal img{
            left: 30px;
        }              

    }

    