


html { font-family: "wide-screen"; }
body:after { content: 'wide-screen'; left:20px;  }

.gridFixedBackground > div.grid-row-1 { left:calc(50% - 700px); margin:0 auto; }

@media only screen and (min-width:2080px) {

    body.pagets__default .pageContent .contentWrapper .aside.sticky {
        right: calc((100% - (1920px - 80px - 80px)) / 2);
        max-width: 425px;
    }
}
