/* SORT IN ORDER OF ASCENDING SCREEN SIZE */

.mobile-time-promo {
    display: none;
}

@media (min-width: 678px) {
    .n-mob-exclude {
        display: none;
    }

    .gc-right {
        margin-left: 20px;
        width: calc(100% - 20px);
    }

    .login-container {
        margin-top: 50px;
    }

    .big-viewport-signin{
        margin-top:50px !important;
        /* height: 100vh !important; */
    }

    .contact-us-spacing-big{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }


}

@media (max-width: 658px) {

}

@media (max-width: 677px) {

    .sign-in-mob-container{
        width: 90% !important;
        margin-top: 5vh !important;
        margin-bottom: 9vh !important;
    }

    .spec-game-width-mob {
        width:90% !important;
    }

    .games-width-mob {
        width:94% !important;
    }

    .gr-time-small {
        white-space: nowrap !important;
    }


    .gr-game-name {
        font-size: 17px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .mob-viewport-signin{
        height: 60vh !important;
    }

    .gamescontainer {
        margin-top: -60px;
        margin-bottom: -10px;
    }

    .gameitem {
        transform: scale(0.8);
        margin-left: -30px;
        margin-right: -30px;
    }

    .centered-text {
        display: flex;
        justify-content: center;
    }

    .mob-background-vis {
        background: var(--superlight-gray) !important;
    }

    .h-subheader {
        font-size: 22px;
    }

    .mob-exclude {
        display: none;
    }

    .mob-hero-height{
        height: 54vh !important;
        min-height: 450px !important;
    }

    .mob-hero-font{
        font-size: 20px !important;
    }

    .gc-right {
        width: calc(100% - 20px);
    }

    .time-promo {
        display: none;
    }

    .mobile-time-promo {
        display: block;
    }

    .centered-con {
        margin-right: auto;
        margin-left: auto;
    }

    .listing-sales-purchases-mob-center{
        display: flex;
        justify-content: center;
    }

    .testimonial-fade-left, .testimonial-fade-right {
        width: 20px !important;
    }

}

@media (max-width: 575px) {
    .game-stats-box {
        display: none;
    }

    .game-stats-box-top {
        display: block !important;
    }
}

@media (max-width: 425px) {
    .countdown {
        transform: scale(0.85);
    }
}