#show-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 512;
}

body {
    background: black;
    margin: 0;
    overflow: hidden;
}

#main-label {
    font-size: 6vw;
}

.ui.huge.custom.header {
    margin: 0;
}

#player {
    z-index: -9;
    position: fixed;
    top: 0;
}

.ui.ad {
    bottom: 0;
    position:fixed;
}