﻿.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7%;
}

@media (max-width: 768px) {

    .loading-gif {
        top: 45px;
        width: 25%;
    }
}