@media (max-width: 991px) {
    .mobil_menu {
        display: block;
    }

    .navbar {
        padding: 10px;
    }

    .navbar .menu {
        display: none;
    }

    .navbar .logo {
        margin: 0 auto;
    }

    #main {
        height: 400px;
    }

    #main .bottom {
        margin-top: 200px;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer {
        padding: 20px;
    }

    footer .menu {
        margin-bottom: 20px;
    }

    footer .menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .menu ul li {
        width: 100%;
        border: 0px;
        text-align: center;
        padding: 3px 0px;
    }

    .footer_div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_div ul {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_div div {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #games {
        background: url('../images/games_mobile.jpg');
        background-position: top;
    }

    #games h1 {
        font-size: 32px;
    }

    .game {
        padding: 0px;
        height: 560px;
    }

    .game .desktop {
        display: none;
    }

    .game .mobile {
        /* background-size: 100% !important; */
        background-repeat: no-repeat !important;
        /* background-position-x: 50% !important; */
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        object-fit: cover;
    }

    .game .col-lg-8 {
        align-items: end !important;
        padding-bottom: 20px;
    }

    .game .width {
        width: fit-content;
    }

    .game .right img {
        width: 90%;
        margin-bottom: 10px;
    }

    .game .right h2 {
        font-weight: 300 !important;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .game .right p {
        margin-bottom: 10px;
    }

    .game .right .button1 {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    #news {
        background: url('../images/news_mobile.jpg');
        background-position: top;
        padding: 60px 0px;
    }

    #news h1 {
        font-size: 32px;
    }

    .news_content h1 {
        font-size: 24px;
    }

    .news_content .date {
        font-size: 12px;
        margin-bottom: 10px;
    }
}