div.load_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}

div.load_icon {
    position: absolute;
    top: 5%;
    left: 25%;
    width: 50%;
    height: 60%;
    align-content: center;
    vertical-align: middle;
}
img.load_icon {
    position: static;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    image-rendering: pixelated;
}