/*==========  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) {
    header#header .header-wrapper {
        background: url(../img-v2/bg-hdmb-mobile.webp) top center no-repeat;
        background-size: 100% auto;
    }
    .tabsukienrows > .col-inner,
    .tabgamerows > .col-inner {
        background: url(../img-v2/bg-tabgame-mobile.webp) center no-repeat;
        background-size: cover;
    }
    .pridiv-th, .iframebox {
        background: url(../img-v2/bgiframes-mobile.jpg) top center no-repeat;
    }
    .bannertop {
        background: url(../img-v2/bgbanner-top-mobile.webp) bottom center no-repeat;
    }
    .tabbed-content.tab-about {
        background: url(../img-v2/bg-tab-mobile.webp) center top no-repeat;
        background-size: cover;
    }
    body {
        background: url(../img-v2/background-mobile.webp) center no-repeat !important;
        background-size: cover !important;
        background-color: #0a0602 !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

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

}
