.fulloto_header {
    position: fixed;
    z-index: 999;
    height: 100px;
    background-color: #6b0909;
    width: 100vw;
}

.fulloto_logo {
    width: 200px;
    height: 80px;
    margin-top: 10px;
    object-fit: contain;
    position: absolute;
    cursor: pointer;
}

.fulloto_header_tabs {
    margin-left: auto;
    margin-right: auto;
}

.fulloto_header_tab {
    margin: auto 0 auto 0!important;
    padding: 12px;
    color: #ffffff;
    opacity: 0.6;
    cursor: pointer;
    user-select: none;
}

.fulloto_header_tab:hover {
    opacity: 1.0;
}

.fulloto_header_tab::after {
    opacity: 0.6;
}


@media screen and (max-width: 980px) {
    .fulloto_header_tabs {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .fulloto_header_tabs {
        display: flex;
        flex-direction: row;
    }
}