#cloud-container {
    /* tell our scene container to take up the full page */
    background-color: #EFEFEF;
    position: absolute;
    width: 100%;
    height: 100%;

    /*
    Set the container's background color to the same as the scene's
    background to prevent flashing on load
  */
    background-color: rgb(255, 255, 255);
}