#uplinkLostBackground
{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    pointer-events: all;

    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;

    background-image: url("../png/LoadScreenBackground.jpg");
    z-index: 5;
}

#uplinkMessage
{
    position: absolute;
    width: 20%;
    height: auto;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}
#uplinkMessageImage
{
    width: 100%;
    height: 100%;
}
#messageText
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);

    color: white;
    font-family: "Orbitron";
    text-align: center;
}
#messageTag
{
    position: absolute;
    top: 2%;
    left: 2%;
    width: auto;
    height: auto;

    color: white;
    font-family: "Orbitron";
    font-weight: bold;
}



#uplinkLostText
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    height: auto;
    transform: translateX(-50%) translateY(-50%);

    color: white;
    font-size: 5vh;
    font-family: "Orbitron";
}

#uplinkLostSmallText
{
    font-size: 3.5vh;
}

#deployDroneBtn
{
    position: absolute;
    top: 60%;
    left: 50%;
    width: auto;
    height: 7%;
    transform: translateX(-50%);
    pointer-events: all;
}

#deployDroneImg
{
    width: auto;
    height: 100%;
}

#deployDroneText
{
    position: absolute;
    top: 40%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);

    color: white;
    font-size: 1.75vh;
    font-family: "Orbitron";
    text-align: center;
}