.header-avatar{
    width: 30px;
    height: 30px;
    object-fit: cover;
    vertical-align: bottom;
}
.front-logo{
    width: 50px;
    height: 50px;
    object-fit: cover;
    vertical-align: bottom;
}

.home-header{

}

.overlay-fixed, .overlay-absolute{
    background: rgb(0 0 0 / 50%);
    z-index: 9000;
    display: none;
}
.overlay-inner{
    min-width:300px;
    max-width:100%
}

@media (max-width: 768px){
    .space-table td{
        min-width: 150px;
    }
}
