#header {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    left: 0;
    height: 5rem;
}

#header-ig {
    height: 4rem;
    width: 4rem;
}

#header-ig-name {
    height: 2rem;
    transform: translateY(-1rem);
}

.ms-auto {
	margin-left: auto;
}

#video {
    width: 560px;
    height: 315px;
}

@font-face {
    font-family: pixel;
    src: url("./PixelifySans-VariableFont_wght.ttf");
}

.pixel {
    font-family: pixel;
}

.white{--th-color:#fff}
.secondary{--th-color:var(--kg-secondary);}

@media only screen and (max-device-width: 990px) {
    #header-ig-name {
        height: 1.25rem;
        transform: translateY(-1.4rem);
    }

    #extra-links {
        display: none;
    }

    #video {
        width: 300px;
        height: 169px;
    }
}
