/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 550px) {
    .j-topgame-item .col:first-child {
        flex-basis: 16.6666666667% !important;
        max-width: 16.6666666667% !important;
    }
    .j-topgame-item .col:nth-child(2) {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
    
    .j-topgame-item .col:nth-child(3) {
        flex-basis: 16.6666666667% !important;
        max-width: 16.6666666667% !important;
    }
    .j-topgame-item .col:nth-child(4) {
        flex-basis: 16.6666666667% !important;
        max-width: 16.6666666667% !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .j-topgame-item .col {
        border-left: unset ;
    }
    .j-topgame-item {
        width: calc(100% - 20px);
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .a-post{
        grid-template-columns: repeat(2,1fr);
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
