body{overflow:auto}#app-home{width:100vw;height:auto;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}#heading{width:100vw;height:80px;display:flex;justify-content:space-between;align-items:center;box-shadow:rgba(0,0,0,.1) 0 1px 3px,rgba(0,0,0,.15) 0 4px 8px 3px;position:fixed;top:0;left:0;z-index:1000;background-color:#fff}#logo{width:160px;height:80px;background-image:url(../gkn-au-stacked.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin-left:5vw}#homeTitle{font-size:25px;height:100%;display:flex;align-items:center;font-weight:600;margin-right:5vw;font-family:var(--primary-font-style);color:var(--primary-color)}#devicesContainer{width:100vw;margin-top:15vh;min-height:85vh;display:flex;flex-direction:column;box-shadow:rgba(0,0,0,.1) 0 1px 3px,rgba(0,0,0,.15) 0 4px 8px 3px;position:relative}#devicesTitle{font-size:1.5vw;height:10vh;display:flex;align-items:center;font-weight:600;margin-left:5vw;font-family:var(--primary-font-style);color:var(--primary-color)}#devicesListContainer{width:100vw;margin-top:-2.5vw;height:auto;display:flex;flex-wrap:wrap;overflow-y:auto;padding-bottom:5vw}a{margin-left:4vw;margin-top:4vw}.deviceContainer{width:20vw;height:20vw;background-color:var(--secondary-color);box-shadow:rgba(0,0,0,.1) 0 1px 3px,rgba(0,0,0,.15) 0 4px 8px 3px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;border-radius:5px}.deviceImage{width:80%;height:80%;background-size:contain;background-repeat:no-repeat;background-position:center}#rdoImage{background-image:url(../images/rdo/rdoMain.jpg)}#openDifferentialImage{background-image:url(../images/openDifferential/openDifMain.jpg)}#rx8Image{background-image:url(../images/rx81/rx81Main.jpg)}#etmImage{background-image:url(../images/etm/etmMain.jpg)}#eddImage{background-image:url(../images/edd/eddMain.jpg)}#do3Image{background-image:url(../images/do3/do3Main.jpg)}#sx8Image{background-image:url(../images/sx8asm/sx8asmMain.jpg)}#aslsdImage{background-image:url(../images/aslsd/aslsdMain.jpg)}#edlImage{background-image:url(../images/edl/edlMain.jpg)}.deviceName{width:100%;font-size:1vw;font-weight:900;font-family:var(--primary-font-style);color:var(--primary-color);margin:1vw 0}@media screen and (orientation: portrait){#heading{height:80px}#logo{width:160px;height:80px;margin-left:20px}#homeTitle{font-size:25px;height:100%;margin-left:20px}#devicesContainer{margin-top:120px;min-height:calc(100vh - 80px)}#devicesTitle{font-size:25px;height:100px;margin-left:20px}#devicesListContainer{width:100vw;margin-top:-20px;padding-bottom:20px}}
