/** Mobile Menu Collapse Size below 992 **/

@media only screen and (max-width: 992px) {



    /*#region NAVIGATION*/

    #mobile-burger-menu {

        display: block;

    }



    .mobile-navigation {

        display: block;

    }



    .desktop-navigation {

        display: none;

    }



    /*#endregion*/



}



/**  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: 10vw;

    }

    /*#endregion*/



    /*#region LATEST_UPDATES*/

    #latest-updates h1 {

        font-size: 10vw;

    }

    /*#endregion*/



    /*#region LATEST_UPDATES*/

    .latest-update-single {

        padding: 20px 20px;

    }

    .thumbnail-wrapper {

        

    }

    

    .thumbnail-wrapper .centered {



    }



    .thumbnail-wrapper .centered img {

        transform: translateY(0);

    }

    /*#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*/

}