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

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

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 850px) {

}

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

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .j-top-game .col:first-child {
        position: absolute;
        top: 10px;
        left: 0;
    }
    .j-top-game .col-inner{
        border: unset;
    }
    .j-top-game img{
        margin-bottom: unset !important;
    }
}

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

}
