#mobile-webgl-controls {
    visibility: hidden;
    height: 0px;
}
#aspects .options {
    max-height: 400px
    overflow-y: auto;
}
#aspects .option img {
    width: 150px;
    height: auto;
}
#renderer>canvas {
    width: 100% !important;
}
#products-results {
    height: calc(80% - 70px);
    width: 97%;
    overflow: auto;
    position: absolute;
}
body {
    width: 100%;
    height: 100%;
    background: none !important;
    position: inherit;
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
}
body.mobile #renderer {
    top: -20px;
}
body.mobile .mobile-controls {
    position: relative;
    bottom: 224px;
    width: 100%;
}
.sources>div .icon .facebook {
    background-image: url(https://g3d-app.com/s/app-assets/timpsonphoto3/images/tesco/facebook.png);
}
.sources>div .icon .instagram {
    background-image: url(https://g3d-app.com/s/app-assets/timpsonphoto3/images/tesco/instagram.png);
}
.sources>div .icon .flickr {
    background-image: url(https://g3d-app.com/s/app-assets/timpsonphoto3/images/tesco/flickr.png);
}
.sources>div .icon .dropbox {
    background-image: url(https://g3d-app.com/s/app-assets/timpsonphoto3/images/tesco/dropbox.png);
}
.sources>div .icon .google-drive {
    background-image: url(https://g3d-app.com/s/app-assets/timpsonphoto3/images/tesco/google-drive.png);
}
.sources>div .icon .one-drive {
    background-image: url(https://g3d-app.com/s/app-assets/timpsonphoto3/images/tesco/one-drive.png);
}
.sources>div {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    margin: 0px 4px;
    height: 115px;
    position: relative;
    overflow: hidden;
}
body.mobile #products-results {
    width: 93%;
    height: 83%;
    overflow-y: auto;
}
.product-search-result {
    text-align: center;
    width: 38%;
    margin: 7px;
    font-size: 8pt;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #eeeeee;
    border: 2px solid #eee;
    vertical-align: top;
    padding: 10px 0;
    position: relative;
}
