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

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

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

#hardwareAccelText
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);

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

#hardwareAccelSmallText
{
    font-size: 3vh;
}