@media (max-width: 1000px) {
    .left-side {
        display: none !important;
    }
    .right-side {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .large-menu {
        position: absolute;
        padding: 0;
        height: 90dvh;
        margin-top: 15vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .large-menu ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 5.5rem;
        font-size: 4.5rem;
        line-height: 4rem;
        text-transform: uppercase;
    }
    .small-menu-items-wrapper {
        display: none;
    }
    span.menu-smaller-item {
        display: none;
    }
}