@media (max-width: 1000px) {
    div#page > div#page-header {
        margin-top: 15px;
        margin-bottom: 10px;
        width: 60%;
    }

    div#home-button {
        display: flex !important;
    }

    div.header-item {
        display: none !important;
    }

    div#page-header > div.seperator {
        display: none !important;
    }

    div#page > div#page-content {
        box-sizing: border-box;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
        padding: 5px !important;
        width: 90% !important;
    }

    /* !!! --- Mobile support made above this line --- !!! */

    div.game {
        margin: 10px;
        padding: 0;
        width: 100%;
        height: 150px;
    }

    div.game > a {
        margin: 0;
        width: 100%;
        height: 100%;
        display: flex;
        text-decoration: none;
        color: #ffffff;
        flex-direction: row;
    }

    div.game > a > div.overveiw {
        margin: 0;
        padding: 20px;
        padding-right: 10px !important;
        padding-bottom: 2px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
        width: fit-content;
        background-color: #00000000;
    }

    p.game-name {
        margin: 0;
        margin-top: 5px !important;
        padding: 4px;
        border-radius: 7px;
        color: #ffffff;
        text-align: center;
        background-color: #ffffff11;
        text-decoration: none !important;
        font-family: "m-plus-rounded-1c-bold";
        font-size: 20px;
        text-wrap: wrap;
        line-height: 20px;
        user-select: none;
    }

    p.version {
        margin: 3px;
        border-radius: 7px;
        color: #858585;
        background-color: #00000000;
        text-decoration: none !important;
        font-family: "m-plus-rounded-1c-bold";
        text-align: center;
        font-size: 15px;
        text-wrap: wrap;
        line-height: 15px;
        user-select: none;
    }

    div.game > a > div.info {
        margin: 0;
        padding: 10px;
        height: auto;
        width: inherit;
        background-color: #00000000;
    }

    div.overveiw > img.favicon {
        width: 100%;
        box-shadow: 0 0 50px #ffffff66;
    }

    p.subheading {
        margin: 0;
        padding: 4px;
        width: fit-content;
        border-radius: 7px;
        color: #ffffff;
        background-color: #ffffff22;
        text-decoration: none !important;
        font-family: "m-plus-rounded-1c-bold";
        font-size: 25px;
        text-wrap: wrap;
        line-height: 25px;
        user-select: none;
    }
}
