body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#unity-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/cover.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#unity-canvas {
    position: inherit;
    width: 100%;
    height: 100%;
}

#unclicked {
    position: absolute;
    width: 33vw;
    height: 20vh;
}

#unity-logo {
    position: relative;
    transform: translateX(14%) translateY(-20%);
    width: 141px;
    height: 141px;
    scale: 1.5;
    background: url('../images/logo.png') no-repeat center;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#unity-progress-bar-empty {
    width: 200px;
    height: 18px;
    margin-top: 10px;
    background: url('../images/progress-bar-empty-dark.png') no-repeat center;
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('../images/progress-bar-full-dark.png') no-repeat center;
}