/** Mobile Menu Collapse Size below 992 **/

@media only screen and (max-width: 992px) {
    /*#region NAVIGATION*/

    #fixed-nav {
        top: 0px;
    }

    #mobile-burger-menu {

        display: block;

    }
    .mobile-navigation {

        display: block;

    }
    .desktop-navigation {

        display: none;

    }

    .header-content {
        width: 85%;
        font-size: 5vw !important;
    }
    /*#endregion*/
}

/** Above 1920 **/
@media only screen and (min-width: 1920px) {

    #parallax_main {
        background-size: cover;
    }

}

/**  Above 1620 Size **/

@media only screen and (min-width: 1620px) {

    #homepage-header {
        background-size: cover;
    }

}


/**  Above 992 Size **/

@media only screen and (min-width: 992px) {
    /*#region NAVIGATION*/

    #mobile-burger-menu {

        display: none;

    }
    .mobile-navigation {

        display: none;

    }
    .desktop-navigation {

        display: block;

    }
    .latest-update-single img {

        width: 130%;

    }

    /*#endregion*/

}
/** Below 576 Size **/

@media only screen and (max-width: 576px) {

    /*#region NUMBERS_PANEL*/

    .numbers-single-component>img {

        width: 20%;

    }

    #numbers-panel h1 {

        font-size: 10vw;

    }

    /*#endregion*/
    /*#region OUR_GAMES*/

    #our-games h1 {

        font-size: 6vw;

    }

    /*#endregion*/
    /*#region LATEST_UPDATES*/

    #latest-updates h1 {

        font-size: 10vw;

    }

    /*#endregion*/
    /*#region LATEST_UPDATES*/

    .latest-update-single {

        padding: 20px 20px;

    }
    
    .thumbnail-wrapper .centered img {

        transform: translateY(0);

    }

    .header-content {
        width: 90% !important;
        font-size: 8.5vw !important;
        top: 35% !important;
    }

    /*#endregion*/

}@media only screen and (max-width: 768px) {

    /*#region LATEST_UPDATES*/

    .latest-update-single {

        text-align: center;

    }

    .thumbnail-wrapper {

        position: relative;

        display: block;

        height: 100%;

        width: 100%;

    }

    

    .thumbnail-wrapper .centered {

        position: relative;

        display: block;

    }
    .thumbnail-wrapper .centered img {

        width: 50%;

        transform: translateX(0);

        transform: translateY(-30%);

    }

    /*#endregion*/

}