@media screen and (max-width: 1200px) {
    #GB_Header {
        margin-left: 3rem;
        gap: 1rem;
    }

    #Logo {
        position: static;
    }

    #Searchbar {
        flex: 0.85;
        margin-right: 2rem;
    }
}

@media screen and (max-width: 1100px) {
    #Sidebar {
        display: none;
    }

    #Hamburger_Nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Hamburger_Menu_Links.open
    {
        top: -1rem;
    }

    .Header_Nav {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4rem;
        gap: 2rem;
    }

    #GB_Header {
        justify-content: space-between;
        gap: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    #GB_Content_Title {
        align-self: center;
    }

    #GB_Content_Filters {
        justify-content: center;
    }

    #GB_Main {
        scrollbar-gutter: unset;
    }

    #GB_Content {
        margin: 0;
        padding: 0;
    }

    #GB_Content_Display_List {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Game_Item {
        width: 500px;
    }

    .Game_Image_Video_Container {
        width: 500px;
        height: 285px;
    }

    #Game_Item_Page_Container {
        width: 80%;
        margin-top: 6rem;
    }

    .Back {
        text-align: center;
        top: 7rem;
        left: 3rem;
        right: 70%;
        padding: 0rem;
    }

    .Background_Art {
        height: 40vh;
    }
}

@media screen and (max-width: 600px) {
    .Game_Item {
        width: 400px;
    }

    .Game_Image_Video_Container {
        width: 400px;
        height: 230px;
    }

    #GB_Content_Title {
        font-size: 3rem;
    }

    #GB_Content_Filters {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .Order_Filter_Main, .Platform_Filter_Main
    {
        display: flex;
        min-width: 60%;
        justify-content: space-between;
    }

    #Game_Item_Page_Container {
        padding: 1rem 1rem 1rem 1rem;
        margin-top: 5rem;
        width: 90%;
    }

    .Background_Art {
        height: 25vh;
    }

    .Back {
        margin-top: 4rem;
        position: static;
    }

    .Game_Item_Title {
        font-size: 3rem;
    }

    .Rankings {
        justify-content: center;
        flex-direction: column;
        gap: 2rem;
    }

    .Ranking_Item {
        font-size: 1rem;
        text-align: center;
    }

    .About p:nth-child(2) {
        text-align: justify;
    }

    .Game_Item_Meta {
        height: fit-content;
    }
}

@media screen and (max-width: 500px) {
    .Hamburger_Menu_Links.open
    {
        top: -3rem;
    }
   
    .Game_Item {
        width: 80%;
    }

    .Game_Image_Video_Container {
        width: 100%;
        height: 75%;
    }

    #GB_Content_Title {
        font-size: 3rem;
    }

    #GB_Header {
        gap: 2rem;
        flex-direction: column;
        margin-bottom: 5rem;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3rem;
    }

    .Header_Nav {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        margin-right: 0;
    }

    #Searchbar {
        flex: 0.85;
        margin-right: 0rem;
    }

    #Game_Item_Page_Container {
        margin-top: 1rem;
    }

    .Background_Art {
        height: 20vh;
    }

    .Game_Item_Title {
        font-size: 2.5rem;
    }

    .About_Title {
        font-size: 1rem;
    }

    .About p:nth-child(n + 1) {
        font-size: 0.75rem;
    }

    .Game_Item_Meta_Title {
        font-size: 0.9rem;
    }

    .Game_Item_Meta_Text {
        font-size: 0.75rem;
    }

    .System_Requierments_Title {
        font-size: 1rem;
    }

    .Requierment_Title {
        font-size: 0.85rem;
    }

    .Requierment_Item {
        font-size: 0.75rem;
    }
}
