html, body { 
    background: #000000; 
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100vh; 
    height: 100dvh; 
    width: 100vw;
}
 
#content {
    background: #000000;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

#RotateDisplay, #SwipezUp { 
    padding-top: 35%; 
}

.kickstarting { 
    background-color: transparent; 
    height: 100vh; 
    width: 100vw; 
    position: absolute; 
    top: 0; 
    left: 0; 
    display: block; 
    text-align: center; 
    padding-top: 100px; 
    background-image: url('../../Shared/Assets/Images/Kickstarting.gif'); 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center; 
    z-index: 200 !important; 
    scroll-behavior: unset;
 } 
 
