.hide {
    display: none;
}

#brandSplash {
    width: 100vw;
    height: 150%;
    position: fixed;
    background-color: #030303;
    z-index: 2;
}

#brandLogo {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 70%;
    max-width: 70%;
    width: auto;
    height: auto;
}

#footer {
    z-index: 1;
    position: fixed;
    bottom: 0;
    max-height: 50px;
    max-width: 120px;
}
