div { box-sizing: border-box; }
::selection { background: transparent; color: inherit;}
::-moz-selection { background: transparent; color: inherit;}
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

@viewport{ width: device-width; }
@-ms-viewport{ width: device-width; }


body.trident {
    font-family: s500, 'Maven Pro', sans-serif !important;
    background-color: rgba(255,255,255,1);
    background: rgba(255,255,255,1) url(../gfx/trident-v1024x768.svgz) no-repeat top center scroll;
    background-size: cover;
    height:100% !important;
    margin: 0;
    overflow:scroll;
    overflow-x:hidden;
    overflow-y:hidden;
    clip:rect(auto, auto, auto, auto);
}
