

html{ 
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100dvh;
}

body{ 
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

ul{
    padding: 0;
    margin: 0;
}

.SGUDVideo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
}

#SVP{
    display: none;
}

#elsewhere{
    position: fixed;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    bottom:0;
    padding: 0;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 50px;
    text-decoration: none!important;
}

#elsewhere li{
    margin: 0 20px;
    padding-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 600px){
    .SGUDVideo{
        top: auto;
        bottom: 0;
    }

    #SVL{
        display: none;
    }

    #SVP{
        display: block;
    }

    #elsewhere {
        flex-wrap: wrap;
        font-size: 1.0em;
        padding: 0;
    }

    #elsewhere li{
        margin: 0;
        padding-bottom: 30px;
    }
}

