/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .a-choinhanh{
        max-width: 400px;
    }
    
    .f-sz-35{
        font-size: 20px;
        line-height: 27px;
    }

    .a-game{
        max-width: 145px;
    }

    .a-first-banner .banner-bg.fill img{
        object-position: left !important;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
    .f-sz-35{
        font-size: 18px;
        line-height: 25px;
    }

}
