#index-css::after {
    content: "index-small.css";
}

#menu{
}

#hdr-account {
}

#hdr-bar {
}

#hdr-wrap {
}

#display-search{
    display: none;
}

#hdr-search {
    right: 192px;
    display: block;
}

#search {
    position: fixed;
    width: calc(100vw - (100vw - 100%));
    background: #318431;
    top: 119px;
    left: 0px;
    box-shadow: 0 0 6px 6px rgba(0,49,0,0.2);
    max-width: none;
    display: none;
}

/*
#hdr-logo {
    top: 16px;
    left: 78px;
    left: calc(((100% - 134px) / 2) - 90px);
    position: relative;
    width: 134px; 
    height: 47px;
}

#hdr-logo {
    top: -25px;
    width: 99px;
    height: 25px;
    left: 20px;
    background-image: url("../Images/LogoMobile.gif");
}
*/

/*==================================================================*/
/* Banner */
/*==================================================================*/

.banner {
    height: 170px;
}

.banner-logo {
    width: 150px;
}

.banner-text {
    width: 60%;
    font-size: 14px;
    top: 5px;
    left: 5px;
    padding: 5px;
}

.banner-image {
    width: auto;
    min-width: 0;
    object-fit: contain;
}

.banner-text h2 {
    font-size: 16px;
}
