html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.unity-canvas {
    height: 99%;
    width: 99%;
}

.video-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

@media only screen and (orientation: portrait){
    .webgl-content {visibility:hidden;}
    #turn {
        position: fixed;
        display: flex;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 15;
        bottom: 0;
        z-index: 2;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 4vw;
        text-align: center;
    }

    #turnOverlay{
        width: 80vw;
        height: 80vh;
        object-fit: scale-down;
    }
}

@media only screen and (orientation: landscape){
    #turn {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 15;
        bottom: 0;
        z-index: 2;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 4vw;
        text-align: center;
    }
}

video {
    width: 80%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.intake-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.unity-progress {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: blue;
}

.unity-progress-bar {
    width: 0%;
    height: 18px;
    color: blue;
}

.intake-image {
    width: 20%;
    height: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.loading-image {
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

