.branding {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cover {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: -1; 
    overflow: hidden;
    background-color: #000000;
}

.hotspot-text-texture {
    font-family: Arial;
    width: 512px; 
    height: 170px; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: -2; 
    overflow: hidden;
}

.hotspot-text-texture-small {
    font-family: Arial;
    width: 512px; 
    height: 90px; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: -2; 
    overflow: hidden;
}

.hotspot-url-texture {
    padding-top: 4px;
    font-family: Arial;
    font-size: 14px;
    width: 95px; 
    height: 20px; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: -2; 
    overflow: hidden;
    text-align: center;
}

.hotspot-text-texture p, 
.hotspot-text-texture-small p {
    line-height: 0;
}


#space-title-texture {
    font-family: Arial;
    font-size: 28px;
    width: 512px; 
    height: 100px; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: -2; 
    overflow: hidden;
}

#no-headset-connected-texture {
    font-family: Arial;
    font-size: 28px;
    width: 512px; 
    height: 100px; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: -2; 
    overflow: hidden;
}

#start-button-texture {
    font-family: Arial;
    font-size: 28px;
    width: 64px; 
    height: 32px; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: -2; 
    overflow: hidden;
}

.photosphere-title-texture {
    font-family: Arial;
    font-size: 28px;
    width: 512px; 
    height: 35px; 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: -2; 
    overflow: hidden;
}


