.banner {
    align-content: center;
    display: none;
    justify-content: center;
    width: 100%;
    font-size: 120%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 20%;
    align-items: center;
    line-height: 120%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);    
    background: #97c51b;
    padding: 15px;
}
.banner:hover {
    background: #2f6131;
}
.icon-close {
    position: absolute;
    z-index: 999;
    right: 6px;
    top: 6px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: none;
}

/***/
@media screen and (min-width:769px) {
    #installBanner, .icon-close {
        display: none !important;
    }
}
/***/

@media all and (display-mode: standalone) {
    body {
        margin-top: 0px;
		margin-bottom: 38px;       
    }
    /*#top, #logo, footer {
        display: none;
    }*/
    .head-mobi, .footer-mobi {
        background-color: #2B2B2B;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        padding: 8px 15px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .head-mobi {
        top: 0;
        display:none !important;
    }
    .footer-mobi {
        bottom: 0;
    }
    .head-mobi i, .footer-mobi i {
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
        font-size: 20px;
    }
    .head-mobi .head-mobi-text {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }
}