@media(min-width:920px){
    .content{
        width:900px;


    }
    .dappbar{
        display:block;
    }
    .header-landscape{
        display:block;
        width:900px;
        padding:10px;
    }
    .header-portrait{
        display:none;
    }
    .footer{
        width:900px;
        display:block;
    }
    .reclaim{
        display:flex;margin:auto;
    }
    .navbar{
        width:900px;
        background: #222 url(https://3pay.to/assets/img/header-bg.png) no-repeat center center;
        -webkit-border-radius:50px;
        -moz-border-radius:50px;
        border-radius:50px;
        position:relative;
        border:3px solid darkgreen;
        padding:2px;
        margin:9px;
        display: none;
    }
    .navbar-button{
        background: rgba(0,0,0,.2);
        border:2px solid rgba(0,0,0,.5);
        color:#FFF;
        border:0px;
        text-decoration:none;
        -webkit-border-radius:20px;
        -moz-border-radius:20px;
        -ms-border-radius:20px;
        -o-border-radius:20px;
        padding:8px;
        padding-left:12px;
        padding-right:12px;
        margin-top:-6px;
    }
    .menu-panels{
        top:10px;
    }
    .menu-logo{
        display:none;
    }
    .notice{
        font-size:11px;
        text-align:center;
        position: absolute;
        bottom:10px;
        left:10px;
    }
    .bumper{
        display:none;
    }
    .row{
        display:flex;
        flex-wrap: wrap;
        margin:0px;
    }
    .col{
        flex:1;
    }
    .op-ro{
        display:block;
    }
    .op-co{
        text-align:center;
    }
    .wallet-menu{
        background: rgba(51,204,153,.5);
        -webkit-border-radius:6px;
        -moz-border-radius:6px;
        border-radius:6px;
        padding:10px;
        font-size:11px;
    }
    .connect-hit{
        position:absolute;
        margin-top:-7px;
        margin-left:0px;
        background:rgba(255,0,0,0);
        border:2px solid rgba(0,0,0,.2);
        height:36px;
        min-width:130px;
        -webkit-border-radius:26px;
        -moz-border-radius:26px;
        border-radius:26px;
    }
    .products{
        display:flex;
        flex-wrap: wrap;
    }
    .product{
        flex-grow: 1;
        width:33%;
    }
    #wallet{}

}
@media all and (display-mode: standalone) {
    body {
        background-color: #33CC99;
    }
}
